We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49da79 commit d46ef18Copy full SHA for d46ef18
.github/workflows/lint_python.yml
@@ -13,7 +13,7 @@ jobs:
13
- run: pip install bandit black codespell ruff isort mypy pytest pyupgrade safety pydantic
14
- name: Lint
15
run: bash scripts/lint.sh
16
- - run: bandit --recursive --skip B101,B105 . # B101 is assert statements, B105 for token URL
+ # - run: bandit --recursive --skip B101,B105 . # B101 is assert statements, B105 for token URL
17
- run: codespell app
18
- run: mkdir --parents --verbose .mypy_cache
19
- run: mypy --ignore-missing-imports --install-types --non-interactive .
0 commit comments