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.
2 parents 121d70a + 8d48224 commit f942e65Copy full SHA for f942e65
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
4
repos:
5
- repo: https://github.com/psf/black
6
- rev: 22.1.0
+ rev: 22.3.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==22.1.0
+black==22.3.0
flake8==4.0.1
isort==5.10.1
mypy==0.942
0 commit comments