Skip to content

Commit 82159aa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.7.0](asottile/setup-cfg-fmt@v2.5.0...v2.7.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1)
1 parent 55a6080 commit 82159aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-docstring-first
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/asottile/setup-cfg-fmt
9-
rev: v2.5.0
9+
rev: v2.7.0
1010
hooks:
1111
- id: setup-cfg-fmt
1212
- repo: https://github.com/PyCQA/flake8
13-
rev: 7.1.0
13+
rev: 7.1.1
1414
hooks:
1515
- id: flake8
1616
args: [ "--ignore=E203,E501", "--max-complexity=12"]
@@ -26,11 +26,11 @@ repos:
2626
- id: isort
2727
args: [ "--profile", "black" ]
2828
- repo: https://github.com/psf/black
29-
rev: 24.4.2
29+
rev: 24.10.0
3030
hooks:
3131
- id: black
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v3.17.0
33+
rev: v3.19.1
3434
hooks:
3535
- id: pyupgrade
3636
args: [ --py37-plus, --keep-runtime-typing ]

0 commit comments

Comments
 (0)