We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a40aa commit 17c6900Copy full SHA for 17c6900
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ 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.2.0
16
hooks:
17
- id: black
18
args: [--line-length=79]
0 commit comments