summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-07 21:11:13 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-07 21:19:33 +0200
commit24e0d889674aa412b46b37d2576766084a07eb11 (patch)
tree769c9631fa30d0ff2672fc4eb2d1e9a13237dc0a
parent9eac6a303f0cdc40510e6eb56e356d1df6d6631e (diff)
downloadpylint-git-24e0d889674aa412b46b37d2576766084a07eb11.tar.gz
Add documentation in order to prevent error in the future
-rw-r--r--requirements_test_pre_commit.txt2
-rw-r--r--setup.cfg2
2 files changed, 3 insertions, 1 deletions
diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt
index 289ed9926..b0ed66395 100644
--- a/requirements_test_pre_commit.txt
+++ b/requirements_test_pre_commit.txt
@@ -1,3 +1,5 @@
+# Everything in this file should reflect the pre-commit configuration
+# in .pre-commit-config.yaml
black==21.5b2;python_full_version>="3.6.2"
flake8==3.9.2
isort==5.8.0
diff --git a/setup.cfg b/setup.cfg
index f6cb7ad65..5f178b4b1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -40,7 +40,7 @@ project_urls =
[options]
packages = find:
install_requires =
- astroid>=2.5.8,<2.7
+ astroid>=2.5.8,<2.7 # (You should also upgrade requirements_test_min.txt)
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.7.1