Skip to content

Commit

Permalink
add pylint to environment
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Dec 20, 2023
1 parent 43713f0 commit 5f3b3ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
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 @@ -74,6 +74,7 @@ dependencies:
- pre-commit
- protobuf=4.21.*
- pybind11-stubgen=0.10
- pylint>=2.17.4,<2.18
- pypdf=3.16
- pytest
- pytest-asyncio
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 @@ -59,6 +59,7 @@ dependencies:
- pre-commit
- protobuf=4.21.*
- pybind11-stubgen=0.10
- pylint>=2.17.4,<2.18
- pytest
- pytest-asyncio
- pytest-benchmark>=4.0
Expand Down
11 changes: 6 additions & 5 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ files:
includes:
- data_retrieval
- build_cpp
- development_cpp
- development
- benchmark_cpp
- examples
- runtime
Expand All @@ -41,7 +41,7 @@ files:
includes:
- data_retrieval
- build_cpp
- development_cpp
- development
- benchmark_cpp
- runtime
- test_python_morpheus
Expand All @@ -57,7 +57,7 @@ files:
arch: [x86_64]
includes:
- build_cpp
- development_cpp
- development
- benchmark_cpp
- runtime
- test_python_morpheus
Expand All @@ -71,7 +71,7 @@ files:
includes:
- data_retrieval
- build_cpp
- development_cpp
- development
- benchmark_cpp
- runtime
- test_python_morpheus
Expand Down Expand Up @@ -155,14 +155,15 @@ dependencies:
packages:
- git-lfs

development_cpp:
development:
common:
- output_types: [conda]
packages:
- clangdev=16
- 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

docs:
common:
Expand Down

0 comments on commit 5f3b3ca

Please sign in to comment.