Skip to content

Commit 14219fa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1)
1 parent 208a14b commit 14219fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -32,7 +32,7 @@ repos:
3232
types: [shell]
3333
additional_dependencies: [mvdan.cc/sh/v3/cmd/shfmt@v3.4.2]
3434
- repo: https://github.com/PyCQA/flake8
35-
rev: 7.1.1
35+
rev: 7.1.2
3636
hooks:
3737
- id: flake8
3838
args: [-j8, --max-line-length=88, "--extend-ignore=E203,E741"]
@@ -44,11 +44,11 @@ repos:
4444
- flake8-isort
4545
- flake8-string-format
4646
- repo: https://github.com/psf/black
47-
rev: 24.8.0
47+
rev: 25.1.0
4848
hooks:
4949
- id: black
5050
- repo: https://github.com/PyCQA/isort
51-
rev: 5.13.2
51+
rev: 6.0.1
5252
hooks:
5353
- id: isort
5454
args: [--profile=black]

0 commit comments

Comments
 (0)