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 895386d commit 030c036Copy full SHA for 030c036
.pre-commit-config.yaml
@@ -43,7 +43,7 @@ repos:
43
pass_filenames: false
44
45
- repo: https://github.com/psf/black
46
- rev: 22.3.0
+ rev: 22.10.0
47
hooks:
48
- id: black
49
types: [text]
test/requirements-dev.txt
@@ -2,7 +2,7 @@
2
3
-r requirements.txt
4
5
-black ==22.3.0
+black ==22.10.0
6
7
flake8 ==5.0.4
8
pycodestyle ==2.9.1
0 commit comments