Skip to content

Commit 4910d11

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

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

environment.yml

Lines changed: 4 additions & 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
@@ -124,5 +124,8 @@ dependencies:
124124
- pyyaml
125125
- requests
126126

127+
# build the interactive terminal
128+
- jupyterlab >=3.4,<4
127129
- pip:
130+
- jupyterlite==0.1.0b12
128131
- sphinx-toggleprompt

requirements-dev.txt

Lines changed: 3 additions & 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
@@ -96,5 +96,7 @@ markdown
9696
feedparser
9797
pyyaml
9898
requests
99+
jupyterlab >=3.4,<4
100+
jupyterlite==0.1.0b12
99101
sphinx-toggleprompt
100102
setuptools>=51.0.0

0 commit comments

Comments
 (0)