Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwhalen authored Oct 4, 2024
1 parent 91e236b commit 6c5602d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
uses: i2mint/isee/actions/pylint-validation@master
with:
root-dir: ${{ env.PROJECT_NAME }}
enable: C0114
ignore: tests,docs,setup.py
enable: missing-module-docstring
ignore: tests,examples,scrap

- name: Pytest Validation
uses: i2mint/isee/actions/pytest-validation@master
Expand Down

0 comments on commit 6c5602d

Please sign in to comment.