We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
black
1 parent b035ff5 commit f790769Copy full SHA for f790769
1 file changed
.pre-commit-config.yaml
@@ -15,15 +15,13 @@ repos:
15
- id: pyupgrade
16
args: ["--py39-plus"]
17
18
- - repo: local
+ - repo: https://github.com/psf/black-pre-commit-mirror
19
+ rev: 25.1.0
20
hooks:
21
- id: black
- name: black
22
- entry: black
23
- language: system
24
- require_serial: true
25
- types: [python]
26
+ - repo: local
+ hooks:
27
- id: isort
28
name: isort
29
entry: isort
0 commit comments