Skip to content

Commit a779501

Browse files
committed
chore: remove bandit
Signed-off-by: Gabor Boros <[email protected]>
1 parent 2efbf41 commit a779501

File tree

3 files changed

+2
-112
lines changed

3 files changed

+2
-112
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ format: ## run formatters on the package
102102
.PHONY: lint
103103
lint: ## run linters against the package
104104
mypy rethinkdb
105-
bandit -q -r rethinkdb
106105
pylint rethinkdb
107106
flake8 rethinkdb --count --show-source --statistics
108107

poetry.lock

Lines changed: 2 additions & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ click = "^8.2.1"
5454
pyyaml = "^6.0.2"
5555

5656
[tool.poetry.group.dev.dependencies]
57-
bandit = "^1.8"
5857
black = "^25.1"
5958
coverage = "^7.9"
6059
flake8 = "^7.3"

0 commit comments

Comments
 (0)