Skip to content

Commit c9b31be

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/PyCQA/bandit: 1.8.0 → 1.8.2](PyCQA/bandit@1.8.0...1.8.2) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0)
1 parent ff9beb2 commit c9b31be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: '^$'
22
fail_fast: false
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 24.10.0
5+
rev: 25.1.0
66
hooks:
77
- id: black
88
language_version: python3
@@ -23,7 +23,7 @@ repos:
2323
- id: check-yaml
2424
args: [--unsafe]
2525
- repo: https://github.com/PyCQA/bandit
26-
rev: '1.8.0' # Update me!
26+
rev: '1.8.2' # Update me!
2727
hooks:
2828
- id: bandit
2929
args: [--ini, .bandit]
@@ -37,7 +37,7 @@ repos:
3737
- types-PyYAML
3838
- types-requests
3939
- repo: https://github.com/pycqa/isort
40-
rev: 5.13.2
40+
rev: 6.0.0
4141
hooks:
4242
- id: isort
4343
language_version: python3

0 commit comments

Comments
 (0)