Skip to content

Commit

Permalink
Add extra requirements for type checks to environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
santisoler committed Feb 18, 2025
1 parent a033335 commit b4b6b6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion env/requirements-style.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Style checks
# Style and type checks
black
flake8
pylint>=2.4
Expand Down
5 changes: 4 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@ dependencies:
- sphinx==7.2.*
- sphinx-book-theme==1.1.*
- sphinx-design==0.5.*
# Style
# Style and types
- pathspec
- black>=20.8b1
- flake8
- pylint>=2.4
- mypy
- types-requests
- types-tqdm
- types-paramiko
- pip:
- burocrata

0 comments on commit b4b6b6a

Please sign in to comment.