Skip to content

Commit 71100a8

Browse files
committed
Removing bandit from linting suite
1 parent e3b8c79 commit 71100a8

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

docker/lint.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,3 @@ black d8s_python/ tests/
1313
pylint --fail-under 9 d8s_python/*.py
1414

1515
flake8 d8s_python/ tests/
16-
17-
bandit -r d8s_python/
18-
19-
# we run black again at the end to undo any odd changes made by any of the linters above
20-
black d8s_python/ tests/

requirements_dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
bandit
21
black; python_version > '3.5'
32
codecov
43
flake8

0 commit comments

Comments
 (0)