Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- cpplint
- flake8
- flake8-comprehensions>=3.1.0 # used by flake8, linting of unnecessary comprehensions
- flake8-rst>=0.6.0,<=0.7.0 # linting of code blocks in rst files
- flake8-rst>=0.6.0
- isort # check that imports are in the right order
- mypy=0.730
- pycodestyle # used by flake8
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ black==19.10b0
cpplint
flake8
flake8-comprehensions>=3.1.0
flake8-rst>=0.6.0,<=0.7.0
flake8-rst>=0.6.0
isort
mypy==0.730
pycodestyle
Expand Down