Skip to content

Commit fda83a6

Browse files
[pre-commit.ci] pre-commit autoupdate (#256)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a67b4d7 commit fda83a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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
args:
88
- "--target-version"
99
- "py38"
1010
- repo: https://github.com/PyCQA/flake8
11-
rev: "7.1.0"
11+
rev: "7.1.1"
1212
hooks:
1313
- id: flake8
1414
- repo: https://github.com/PyCQA/isort
@@ -17,7 +17,7 @@ repos:
1717
- id: isort
1818
args: ["--profile", "black", "-m", "VERTICAL_HANGING_INDENT"]
1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.16.0
20+
rev: v3.17.0
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py38-plus]

0 commit comments

Comments
 (0)