We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efbf41 commit ec8313fCopy full SHA for ec8313f
Makefile
@@ -102,7 +102,6 @@ format: ## run formatters on the package
102
.PHONY: lint
103
lint: ## run linters against the package
104
mypy rethinkdb
105
- bandit -q -r rethinkdb
106
pylint rethinkdb
107
flake8 rethinkdb --count --show-source --statistics
108
pyproject.toml
@@ -54,7 +54,6 @@ click = "^8.2.1"
54
pyyaml = "^6.0.2"
55
56
[tool.poetry.group.dev.dependencies]
57
-bandit = "^1.8"
58
black = "^25.1"
59
coverage = "^7.9"
60
flake8 = "^7.3"
0 commit comments