Skip to content

Commit 437bad7

Browse files
committed
precommit: update versions & apply
1 parent 5f8fab9 commit 437bad7

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,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 23.11.0
4+
rev: 24.2.0
55
hooks:
66
- id: black
77
args: [--safe, --quiet, --target-version, py36]
@@ -16,7 +16,7 @@ repos:
1616
- id: debug-statements
1717
language_version: python3
1818
- repo: https://github.com/PyCQA/flake8
19-
rev: 6.1.0
19+
rev: 7.0.0
2020
hooks:
2121
- id: flake8
2222
language_version: python3
@@ -27,7 +27,7 @@ repos:
2727
- id: reorder-python-imports
2828
args: ['--application-directories=.:src', --py3-plus]
2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v3.15.0
30+
rev: v3.15.1
3131
hooks:
3232
- id: pyupgrade
3333
args: [--py36-plus]

0 commit comments

Comments
 (0)