Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 971923581912ef60a6b70dbf0c3e9a39563c9d47 #v0.11.4
rev: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de #v0.12.2
hooks:
- id: ruff
args: [--fix, --show-fixes]
Expand All @@ -30,7 +30,7 @@ repos:
- https://files.pythonhosted.org/packages/cc/20/ff623b09d963f88bfde16306a54e12ee5ea43e9b597108672ff3a408aad6/pathspec-0.12.1-py3-none-any.whl

- repo: https://github.com/PyCQA/bandit
rev: 8ff25e07e487f143571cc305e56dd0253c60bc7b #v1.8.3
rev: 2d0b675b04c80ae42277e10500db06a0a37bae17 #v1.8.6
hooks:
- id: bandit
args:
Expand Down
Loading