Skip to content

Commit

Permalink
Fix pylint exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed Aug 16, 2024
1 parent 7bc18e3 commit b153be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

- name: Lint
shell: bash -l {0}
run: pylint --extension-pkg-whitelist=netCDF4 --ignored-modules=um2netcdf4,umpost.um2netcdf -E umpost
run: pylint --extension-pkg-whitelist=netCDF4 --ignored-modules=um2netcdf4,umpost -E umpost

- name: Run tests
shell: bash -l {0}
Expand Down

0 comments on commit b153be9

Please sign in to comment.