Skip to content

Commit

Permalink
reset pylint options (#138)
Browse files Browse the repository at this point in the history
* set to pylint options

* use module name?

* go back to directory name

* comment out non-pylint checks

* list files

* pylint top-level directory

* re-generate pylintrc with modern pylint

* disable unused import and import error to pass CI

* disable failing options

* fix pylint failures

* ignore docs again

* uncomment other tests again
  • Loading branch information
lilyminium authored Nov 16, 2024
1 parent 99b1fb9 commit ad7dbca
Show file tree
Hide file tree
Showing 4 changed files with 517 additions and 474 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
env:
PYLINTRC: .pylintrc
run: |
pylint {{ cookiecutter.repo_name }}
pylint .
pypi_check:
Expand Down
Loading

0 comments on commit ad7dbca

Please sign in to comment.