Skip to content

Commit bb09557

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks.git: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v5.0.0...v6.0.0) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0)
1 parent ac4f220 commit bb09557

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks.git
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-merge-conflict
66
- id: trailing-whitespace
77
- id: check-json
88
- id: pretty-format-json
99
args: ["--autofix", "--no-sort-keys"]
1010
- repo: https://github.com/PyCQA/flake8
11-
rev: 7.2.0
11+
rev: 7.3.0
1212
hooks:
1313
- id: flake8
1414
types: [python]
1515
language_version: python3
1616
additional_dependencies: ['flake8-bugbear==24.12.12']
17-
- repo: https://github.com/psf/black
18-
rev: 25.1.0
17+
- repo: https://github.com/psf/black-pre-commit-mirror
18+
rev: 25.9.0
1919
hooks:
2020
- id: black
2121
types: [python]
2222
language_version: python3
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 6.0.1
24+
rev: 6.1.0
2525
hooks:
2626
- id: isort
2727
types: [python]
@@ -30,7 +30,7 @@ repos:
3030
hooks:
3131
- id: slyp
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v3.19.1
33+
rev: v3.20.0
3434
hooks:
3535
- id: pyupgrade
3636
args: ["--py39-plus"]

0 commit comments

Comments
 (0)