Skip to content

Commit

Permalink
add flake8 to dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Dec 20, 2023
1 parent 5f3b3ca commit c399bd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dependencies:
- environs=9.5
- exhale=0.3.6
- feedparser=6.0.10
- flake8
- gcc_linux-64=11.2
- git-lfs
- gputil
Expand Down
1 change: 1 addition & 0 deletions conda/environments/dev_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies:
- elasticsearch==8.9.0
- exhale=0.3.6
- feedparser=6.0.10
- flake8
- gcc_linux-64=11.2
- git-lfs
- gputil
Expand Down
3 changes: 2 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,11 @@ dependencies:
- output_types: [conda]
packages:
- clangdev=16
- flake8
- include-what-you-use=0.20
- isort
- yapf=0.40.1
- pylint>=2.17.4,<2.18 # 2.17.4 contains a fix for toml support
- yapf=0.40.1

docs:
common:
Expand Down

0 comments on commit c399bd5

Please sign in to comment.