diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-06-07 21:11:13 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-06-07 21:19:33 +0200 |
commit | 24e0d889674aa412b46b37d2576766084a07eb11 (patch) | |
tree | 769c9631fa30d0ff2672fc4eb2d1e9a13237dc0a /setup.cfg | |
parent | 9eac6a303f0cdc40510e6eb56e356d1df6d6631e (diff) | |
download | pylint-git-24e0d889674aa412b46b37d2576766084a07eb11.tar.gz |
Add documentation in order to prevent error in the future
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |