Skip to content

Commit

Permalink
No TODO warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ab5424 committed Nov 23, 2021
1 parent 66b0750 commit c543335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pydocstyle --count pymatgen
- name: pylint
run: |
pylint --exit-zero -d C0415,E0611,E0401 $(find . -name "*.py" | xargs)
pylint --exit-zero -d W0511,C0415,E0611,E0401 $(find . -name "*.py" | xargs)
- name: black
run: |
black --version
Expand Down

0 comments on commit c543335

Please sign in to comment.