summaryrefslogtreecommitdiff
path: root/setup.cfg
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 /setup.cfg
parent9eac6a303f0cdc40510e6eb56e356d1df6d6631e (diff)
downloadpylint-git-24e0d889674aa412b46b37d2576766084a07eb11.tar.gz
Add documentation in order to prevent error in the future
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
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