Skip to content

Commit b80faff

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.16.0](asottile/pyupgrade@v3.15.0...v3.16.0) - [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.4.2](psf/black@23.12.1...24.4.2) - [github.com/PyCQA/flake8: 6.1.0 → 7.1.0](PyCQA/flake8@6.1.0...7.1.0)
1 parent d7f1a3d commit b80faff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ ci:
22
autoupdate_schedule: 'quarterly'
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v4.6.0
66
hooks:
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.16.0
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.4.2
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/PyCQA/flake8
32-
rev: 6.1.0
32+
rev: 7.1.0
3333
hooks:
3434
- id: flake8

0 commit comments

Comments
 (0)