We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6517cf commit 931fe42Copy full SHA for 931fe42
1 file changed
.pre-commit-config.yaml
@@ -6,8 +6,8 @@ repos:
6
hooks:
7
- id: isort
8
# language_version: python3.6
9
-- repo: https://github.com/ambv/black
10
- rev: 20.8b1
+- repo: https://github.com/psf/black
+ rev: 22.3.0
11
12
- id: black
13
exclude: templates/
0 commit comments