We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ef055 commit 28e43c4Copy full SHA for 28e43c4
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v4.6.0
4
hooks:
5
- id: check-yaml
6
- id: debug-statements
@@ -12,12 +12,12 @@ repos:
12
- id: reorder-python-imports
13
args: [--application-directories, '.:src', --py37-plus]
14
- repo: https://github.com/psf/black
15
- rev: 23.12.1
+ rev: 24.4.0
16
17
- id: black
18
args: [--line-length=79]
19
- repo: https://github.com/asottile/pyupgrade
20
- rev: v3.15.0
+ rev: v3.15.2
21
22
- id: pyupgrade
23
args: [--py37-plus]
0 commit comments