Skip to content

Commit 60a20a3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.3.0...v6.0.0) - [github.com/asottile/pyupgrade: v2.38.2 → v3.21.1](asottile/pyupgrade@v2.38.2...v3.21.1) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.8.0 → 25.11.0](psf/black-pre-commit-mirror@22.8.0...25.11.0) - [github.com/PyCQA/flake8: 5.0.4 → 7.3.0](PyCQA/flake8@5.0.4...7.3.0)
1 parent 0d83df1 commit 60a20a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3.10
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-yaml
88
- id: trailing-whitespace
@@ -11,16 +11,16 @@ repos:
1111
- id: check-merge-conflict
1212
- id: end-of-file-fixer
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v2.38.2
14+
rev: v3.21.1
1515
hooks:
1616
- id: pyupgrade
1717
args: ["--py36-plus"]
18-
- repo: https://github.com/psf/black
19-
rev: 22.8.0
18+
- repo: https://github.com/psf/black-pre-commit-mirror
19+
rev: 25.11.0
2020
hooks:
2121
- id: black
2222
args: [--safe, -l 79]
2323
- repo: https://github.com/PyCQA/flake8
24-
rev: 5.0.4
24+
rev: 7.3.0
2525
hooks:
2626
- id: flake8

0 commit comments

Comments
 (0)