Skip to content

Commit

Permalink
Bump pre-commit repos: bandit, black and flake8
Browse files Browse the repository at this point in the history
(excluded bump to isort 6.x until isort issue #2352 resolved)
  • Loading branch information
JonathanWillitts committed Feb 27, 2025
1 parent b58578e commit 616e918
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ exclude: tests/etc/user-*

repos:
- repo: https://github.com/PyCQA/bandit
rev: 1.8.2
rev: 1.8.3
hooks:
- id: bandit
args:
- "-x *test*.py"

- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
language_version: python3.12

- repo: https://github.com/pycqa/flake8
rev: 7.1.1
rev: 7.1.2
hooks:
- id: flake8
args:
Expand Down

0 comments on commit 616e918

Please sign in to comment.