Skip to content

Commit

Permalink
update target config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jan 18, 2024
1 parent f3a7a27 commit 9e1372d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e1372d

Please sign in to comment.