Skip to content

Commit d1a0052

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0)
1 parent 5721fb6 commit d1a0052

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 24.4.2
4+
rev: 24.8.0
55
hooks:
66
- id: black
77
language_version: python3.8
88
args:
99
- "--target-version"
1010
- "py38"
1111
- repo: https://github.com/PyCQA/flake8
12-
rev: "7.1.0"
12+
rev: "7.1.1"
1313
hooks:
1414
- id: flake8
1515
args: ["--max-line-length", "88"]
@@ -18,7 +18,7 @@ repos:
1818
hooks:
1919
- id: isort
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.16.0
21+
rev: v3.17.0
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py38-plus]

0 commit comments

Comments
 (0)