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.
1 parent 425d161 commit 3f84f1bCopy full SHA for 3f84f1b
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
4
repos:
5
- repo: https://github.com/psf/black
6
- rev: 21.12b0
+ rev: 22.1.0
7
hooks:
8
- id: black
9
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
requirements-lint.txt
@@ -1,5 +1,5 @@
1
argcomplete==2.0.0
2
-black==21.12b0
+black==22.1.0
flake8==4.0.1
isort==5.10.1
mypy==0.931
0 commit comments