Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
m32 committed Aug 30, 2024
1 parent b58251f commit 15bc147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: pip install bandit black codespell flake8 isort mypy pytest pyupgrade safety
- run: bandit --recursive --skip B101 . # B101 is assert statements
- run: black --check . || true
- run: codespell --quiet-level=2 --skip=./exmples/* # --ignore-words-list="" --skip=""
- run: codespell --quiet-level=2 --skip=./examples/* # --ignore-words-list="" --skip=""
- run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
- run: isort --check-only --profile black --skip examples . || true
- run: pip install -r requirements.txt || true
Expand Down

0 comments on commit 15bc147

Please sign in to comment.