Skip to content

Commit 09c4612

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.3.0...v4.6.0) - [github.com/asottile/pyupgrade: v2.38.2 → v3.15.2](asottile/pyupgrade@v2.38.2...v3.15.2) - [github.com/psf/black: 22.8.0 → 24.4.2](psf/black@22.8.0...24.4.2) - [github.com/PyCQA/flake8: 5.0.4 → 7.0.0](PyCQA/flake8@5.0.4...7.0.0)
1 parent 0d83df1 commit 09c4612

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.10
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.0
5+
rev: v4.6.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.15.2
1515
hooks:
1616
- id: pyupgrade
1717
args: ["--py36-plus"]
1818
- repo: https://github.com/psf/black
19-
rev: 22.8.0
19+
rev: 24.4.2
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.0.0
2525
hooks:
2626
- id: flake8

0 commit comments

Comments
 (0)