We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327365c commit a122631Copy full SHA for a122631
pylintrc
@@ -41,7 +41,7 @@ unsafe-load-any-extension=no
41
extension-pkg-allow-list=
42
43
# Minimum supported python version
44
-py-version = 3.6
+py-version = 3.6.2
45
46
47
[MESSAGES CONTROL]
requirements_test_pre_commit.txt
@@ -1,6 +1,6 @@
1
# Everything in this file should reflect the pre-commit configuration
2
# in .pre-commit-config.yaml
3
-black==21.9b0;python_full_version>="3.6.2"
+black==21.9b0
4
flake8==3.9.2
5
isort==5.9.3
6
mypy==0.910
0 commit comments