Skip to content

Commit a122631

Browse files
committed
Update pylintrc + requirements file
1 parent 327365c commit a122631

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ unsafe-load-any-extension=no
4141
extension-pkg-allow-list=
4242

4343
# Minimum supported python version
44-
py-version = 3.6
44+
py-version = 3.6.2
4545

4646

4747
[MESSAGES CONTROL]

requirements_test_pre_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Everything in this file should reflect the pre-commit configuration
22
# in .pre-commit-config.yaml
3-
black==21.9b0;python_full_version>="3.6.2"
3+
black==21.9b0
44
flake8==3.9.2
55
isort==5.9.3
66
mypy==0.910

0 commit comments

Comments
 (0)