Skip to content

Commit c2e0ade

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/pycqa/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/asottile/reorder-python-imports: v3.14.0 → v3.15.0](asottile/reorder-python-imports@v3.14.0...v3.15.0)
1 parent 7c97ecd commit c2e0ade

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
@@ -4,7 +4,7 @@
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -38,18 +38,18 @@ repos:
3838
- id: black
3939

4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: v3.19.1
41+
rev: v3.20.0
4242
hooks:
4343
- id: pyupgrade
4444
args: [--py38-plus]
4545

4646
- repo: https://github.com/pycqa/flake8
47-
rev: 7.2.0
47+
rev: 7.3.0
4848
hooks:
4949
- id: flake8
5050

5151
- repo: https://github.com/asottile/reorder-python-imports
52-
rev: v3.14.0
52+
rev: v3.15.0
5353
hooks:
5454
- id: reorder-python-imports
5555
args: [--py38-plus]

0 commit comments

Comments
 (0)