diff --git a/lefthook.yml b/lefthook.yml index f62cc97..52b0510 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -1,9 +1,5 @@ pre-commit: commands: - bandit: - glob: "*.py" - staged_files: true - run: bandit {staged_files} -c pyproject.toml ruff-check: glob: "*.py" staged_files: true @@ -11,4 +7,4 @@ pre-commit: ruff-fmt: glob: "*.py" staged_files: true - run: ruff format {staged_files} --config pyproject.toml \ No newline at end of file + run: ruff format {staged_files} --config pyproject.toml diff --git a/requirements-dev.txt b/requirements-dev.txt index 7fdb62b..291f313 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,6 @@ # Development libraries lefthook>=1.7.22,<2 -bandit[toml]>=1.7.10,<2 pyright>=1.1.355,<2 ruff>=0.3.4,<1 -tox>=4.14.2,<5 \ No newline at end of file +tox>=4.14.2,<5