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 73974e9 commit 54e006cCopy full SHA for 54e006c
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 22.3.0 # must match requirements-tests.txt
+ rev: 22.6.0 # must match requirements-tests.txt
4
hooks:
5
- id: black
6
language_version: python3.9
requirements-tests.txt
@@ -1,7 +1,7 @@
mypy==0.960
pytype==2022.6.23; platform_system != "Windows"
# must match .pre-commit-config.yaml
-black==22.3.0
+black==22.6.0
flake8==4.0.1
7
flake8-bugbear==21.11.29
0 commit comments