Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 21, 2025
1 parent bd0a382 commit ef3fb6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ repos:
rev: 1.8.2
hooks:
- id: bandit
args: ["-c", "pyproject.toml"]
additional_dependencies: ["bandit[toml]"]
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ packages = ["src/cvx"]

[tool.deptry.per_rule_ignores]
DEP002 = ["clarabel"]

[tool.bandit]
exclude_dirs = ["tests"]

0 comments on commit ef3fb6f

Please sign in to comment.