Skip to content

Commit 8e0b1b2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1) - [github.com/psf/black: 23.12.1 → 24.3.0](psf/black@23.12.1...24.3.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
1 parent d7f1a3d commit 8e0b1b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99
- repo: https://github.com/asottile/pyupgrade
10-
rev: v3.15.0
10+
rev: v3.15.2
1111
hooks:
1212
- id: pyupgrade
1313
args: [--py37-plus, --keep-runtime-typing]
@@ -16,7 +16,7 @@ repos:
1616
hooks:
1717
- id: setup-cfg-fmt
1818
- repo: https://github.com/PyCQA/autoflake
19-
rev: v2.2.1
19+
rev: v2.3.1
2020
hooks:
2121
- id: autoflake
2222
args: ["--in-place", "--remove-all-unused-imports"]
@@ -25,10 +25,10 @@ repos:
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/psf/black
28-
rev: 23.12.1
28+
rev: 24.3.0
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/PyCQA/flake8
32-
rev: 6.1.0
32+
rev: 7.0.0
3333
hooks:
3434
- id: flake8

0 commit comments

Comments
 (0)