summaryrefslogtreecommitdiff
path: root/requirements_test_pre_commit.txt
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-12-15 18:26:02 +0100
committerGitHub <noreply@github.com>2021-12-15 18:26:02 +0100
commit415bbb70d7f0a0c96f3eb1853f913108cb016cd9 (patch)
tree5e961d362f5eb5cee52f818156586dd91b7483fc /requirements_test_pre_commit.txt
parent6879a45f382ae396e88d16e75a7b13bbbd6309a2 (diff)
downloadastroid-git-415bbb70d7f0a0c96f3eb1853f913108cb016cd9.tar.gz
Upgrade pylint to 2.12.2 (#1297)
* Upgrade pylint to 2.12.2 * Default Python in the CI is now python 3.8 * Remove useless suppression for python 3.8 * Disable no-member for false positive with zipimport
Diffstat (limited to 'requirements_test_pre_commit.txt')
-rw-r--r--requirements_test_pre_commit.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt
index c5ab3d58..b08f5bc5 100644
--- a/requirements_test_pre_commit.txt
+++ b/requirements_test_pre_commit.txt
@@ -1,5 +1,5 @@
black==21.7b0
-pylint==2.12.1
+pylint==2.12.2
isort==5.9.2
flake8==4.0.1
flake8-typing-imports==1.11.0