Skip to content

Commit a1045eb

Browse files
authored
python: upgrade flake8 to v6.0.0 (#6047)
replaces #6031 flake8 6.0.0 Requires-Python >=3.8.1 so we move it to the lint config, which we only run on 3.8 anyway: https://github.com/projectnessie/nessie/blob/80997890e19072ad5d69634729e201a29ed7fc21/python/tox.ini#L20-L25
1 parent e604e8f commit a1045eb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

python/requirements_basedev.txt

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ assertpy==1.1
2020
bump2version==1.0.1
2121
codecov==2.1.12
2222
coverage==7.1.0
23-
flake8==5.0.4
2423
pip==23.0
2524
pytest==7.2.1
2625
pytest-cov==4.0.0

python/requirements_lint.txt

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
-r requirements_dev.txt
1717
bandit==1.7.4
1818
black==22.12.0
19+
flake8==6.0.0
1920
flake8-annotations==3.0.0
2021
flake8-bandit==4.1.1
2122
flake8-black==0.3.6

0 commit comments

Comments
 (0)