Skip to content

Commit 79f2838

Browse files
committed
Update flake8 and pylint
1 parent cb04c9f commit 79f2838

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
'Pygments>=2.7,<3', 'Pillow>=8,<9'
2323
]
2424
requireTests = [
25-
'psutil>=5.8,<6', 'flake8>=3.9,<4', 'pylint>=2.8,<3', 'tox>=3.23,<4',
25+
'psutil>=5.8,<6', 'flake8>=4,<5', 'pylint>=2.12,<3', 'tox>=3.23,<4',
2626
'pywin32>=300,<400;'
2727
'sys_platform=="win32" and implementation_name=="cpython"'
2828
] + requireDev + requireDocs + requireExamples

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ envlist = py{36,37,38,39,310}, pypy3, flake8, pylint, docs, manifest
33

44
[testenv:flake8]
55
basepython = python3.9
6-
deps = flake8>=3.9,<4
6+
deps = flake8>=4,<5
77
commands =
88
flake8 webware setup.py
99

1010
[testenv:pylint]
1111
basepython = python3.9
12-
deps = pylint>=2.8,<3
12+
deps = pylint>=2.12,<3
1313
commands =
1414
pylint webware
1515

0 commit comments

Comments
 (0)