Skip to content

Commit 37b9507

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/psf/black: 23.9.1 → 25.1.0](psf/black@23.9.1...25.1.0) - [github.com/pycqa/isort: 5.12.0 → 6.0.0](PyCQA/isort@5.12.0...6.0.0) - [github.com/pycqa/flake8: 6.1.0 → 7.1.1](PyCQA/flake8@6.1.0...7.1.1) - [github.com/PyCQA/bandit: 1.7.5 → 1.8.2](PyCQA/bandit@1.7.5...1.8.2)
1 parent e755b47 commit 37b9507

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ ci:
77
# See https://pre-commit.com/hooks.html for more hooks
88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.5.0
10+
rev: v5.0.0
1111
hooks:
1212
- id: trailing-whitespace
1313
- id: end-of-file-fixer
1414
- id: check-yaml
1515
- id: check-added-large-files
1616
- repo: https://github.com/psf/black
17-
rev: 23.9.1
17+
rev: 25.1.0
1818
hooks:
1919
- id: black
2020
args: [--safe, --quiet]
2121
- repo: https://github.com/pycqa/isort
22-
rev: 5.12.0
22+
rev: 6.0.0
2323
hooks:
2424
- id: isort
2525
name: isort (python)
@@ -32,12 +32,12 @@ repos:
3232
types: [python]
3333
args: [-rn, -sn, --rcfile=pyproject.toml]
3434
- repo: https://github.com/pycqa/flake8
35-
rev: 6.1.0
35+
rev: 7.1.1
3636
hooks:
3737
- id: flake8
3838
additional_dependencies: [flake8-annotations]
3939
- repo: https://github.com/PyCQA/bandit
40-
rev: 1.7.5
40+
rev: 1.8.2
4141
hooks:
4242
- id: bandit
4343
args: ["-c", "pyproject.toml"]

0 commit comments

Comments
 (0)