Skip to content

Commit d46ef18

Browse files
committed
👷 chore: disable bandit
1 parent f49da79 commit d46ef18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- run: pip install bandit black codespell ruff isort mypy pytest pyupgrade safety pydantic
1414
- name: Lint
1515
run: bash scripts/lint.sh
16-
- run: bandit --recursive --skip B101,B105 . # B101 is assert statements, B105 for token URL
16+
# - run: bandit --recursive --skip B101,B105 . # B101 is assert statements, B105 for token URL
1717
- run: codespell app
1818
- run: mkdir --parents --verbose .mypy_cache
1919
- run: mypy --ignore-missing-imports --install-types --non-interactive .

0 commit comments

Comments
 (0)