We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8117c7a commit d4a9283Copy full SHA for d4a9283
.github/workflows/lint.yaml
@@ -24,10 +24,10 @@ jobs:
24
pip install black isort ruff
25
26
- name: Check formatting with Black
27
- run: black --check vyper_sphinx_docs tests
+ run: black --check sphinx_autodoc_vyper tests
28
29
- name: Check imports with isort
30
- run: isort --check-only vyper_sphinx_docs tests
+ run: isort --check-only sphinx_autodoc_vyper tests
31
32
- name: Lint with Ruff
33
- run: ruff check vyper_sphinx_docs tests
+ run: ruff check sphinx_autodoc_vyper tests
0 commit comments