From 5f3b3caac9f979535f6633ca1a0ef879ad1f7130 Mon Sep 17 00:00:00 2001 From: Christopher Harris Date: Wed, 20 Dec 2023 20:19:56 +0000 Subject: [PATCH] add pylint to environment --- conda/environments/all_cuda-118_arch-x86_64.yaml | 1 + conda/environments/dev_cuda-118_arch-x86_64.yaml | 1 + dependencies.yaml | 11 ++++++----- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 3b37475027..f151f4682b 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -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 diff --git a/conda/environments/dev_cuda-118_arch-x86_64.yaml b/conda/environments/dev_cuda-118_arch-x86_64.yaml index 3c75b0be50..cee8a9fe95 100644 --- a/conda/environments/dev_cuda-118_arch-x86_64.yaml +++ b/conda/environments/dev_cuda-118_arch-x86_64.yaml @@ -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 diff --git a/dependencies.yaml b/dependencies.yaml index e0077eb020..0990f9d97d 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -23,7 +23,7 @@ files: includes: - data_retrieval - build_cpp - - development_cpp + - development - benchmark_cpp - examples - runtime @@ -41,7 +41,7 @@ files: includes: - data_retrieval - build_cpp - - development_cpp + - development - benchmark_cpp - runtime - test_python_morpheus @@ -57,7 +57,7 @@ files: arch: [x86_64] includes: - build_cpp - - development_cpp + - development - benchmark_cpp - runtime - test_python_morpheus @@ -71,7 +71,7 @@ files: includes: - data_retrieval - build_cpp - - development_cpp + - development - benchmark_cpp - runtime - test_python_morpheus @@ -155,7 +155,7 @@ dependencies: packages: - git-lfs - development_cpp: + development: common: - output_types: [conda] packages: @@ -163,6 +163,7 @@ dependencies: - 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: