From 9e1372d4f17439f5b863981156e5fabb5520c249 Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Thu, 18 Jan 2024 14:58:18 -0500 Subject: [PATCH] update target config --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e711616d95..201a027789 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -61,7 +61,7 @@ jobs: run: pip install pylint tox~=4.0 - name: Run pylint run: | - python -m pylint --rcfile=pylintrc --disable=import-error --exit-zero xclim + python -m pylint --rcfile=.pylintrc.toml --disable=import-error --exit-zero xclim - name: Run linting suite run: | python -m tox -e lint