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 4329e31 commit af72c20Copy full SHA for af72c20
.pre-commit-config.yaml
@@ -34,12 +34,12 @@ repos:
34
- --markdown-linebreak-ext=md
35
# Black (uncompromising) Python code formatter
36
- repo: https://github.com/psf/black
37
- rev: 22.3.0
+ rev: 22.12.0
38
hooks:
39
- id: black
40
args:
41
- --target-version
42
- - py39
+ - py311
43
# MyPy
44
- repo: https://github.com/pre-commit/mirrors-mypy
45
rev: v0.942
build-requirements.txt
@@ -1,5 +1,5 @@
1
-black == 22.3.0
2
-pre-commit == 2.18.1
3
-pylint == 2.13.5
4
-pytest == 7.1.1
5
-pytest-cov == 3.0.0
+black == 22.12.0
+pre-commit == 2.21.0
+pylint == 2.15.9
+pytest == 7.2.0
+pytest-cov == 4.0.0
0 commit comments