Skip to content

Commit 6c29b06

Browse files
author
MarcoGorelli
committed
bump flake8 version in env and req-devs files
1 parent 27d8a29 commit 6c29b06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dependencies:
8484
# code checks
8585
- black=22.3.0
8686
- cpplint
87-
- flake8=5.0.4
87+
- flake8=6.0.0
8888
- flake8-bugbear=22.7.1 # used by flake8, find likely bugs
8989
- isort>=5.2.1 # check that imports are in the right order
9090
- mypy=0.990

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ flask
6363
asv
6464
black==22.3.0
6565
cpplint
66-
flake8==5.0.4
66+
flake8==6.0.0
6767
flake8-bugbear==22.7.1
6868
isort>=5.2.1
6969
mypy==0.990

0 commit comments

Comments
 (0)