We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d8a29 commit 6c29b06Copy full SHA for 6c29b06
environment.yml
@@ -84,7 +84,7 @@ dependencies:
84
# code checks
85
- black=22.3.0
86
- cpplint
87
- - flake8=5.0.4
+ - flake8=6.0.0
88
- flake8-bugbear=22.7.1 # used by flake8, find likely bugs
89
- isort>=5.2.1 # check that imports are in the right order
90
- mypy=0.990
requirements-dev.txt
@@ -63,7 +63,7 @@ flask
63
asv
64
black==22.3.0
65
cpplint
66
-flake8==5.0.4
+flake8==6.0.0
67
flake8-bugbear==22.7.1
68
isort>=5.2.1
69
mypy==0.990
0 commit comments