Skip to content
Merged
Changes from all 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
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
# catch git merge/rebase problems
- id: check-merge-conflict
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 26.1.0
rev: 26.3.0
hooks:
- id: black
types_or: [python]
Expand All @@ -29,13 +29,13 @@ repos:
- id: flake8
types_or: [python]
- repo: https://github.com/PyCQA/pylint
rev: v4.0.4
rev: v4.0.5
hooks:
- id: pylint
args: [--exit-zero]
types_or: [python]
- repo: https://github.com/PyCQA/bandit
rev: 1.9.3
rev: 1.9.4
hooks:
- id: bandit
args: [--exit-zero]
Expand Down