Skip to content

Commit ec8313f

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

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
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

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)