We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16d7cf commit 5446bddCopy full SHA for 5446bdd
.github/workflows/linting.yml
@@ -25,8 +25,8 @@ jobs:
25
uses: snok/install-poetry@v1
26
- run: |
27
poetry install
28
- - run: poetry run black --diff --check financetoolkitl
29
- - run: poetry run ruff financetoolkit
+ - run: poetry run black --diff --check financetoolkit
+ - run: poetry run ruff check financetoolkit
30
- run: poetry run pylint financetoolkit
31
32
markdown-link-check:
0 commit comments