Skip to content

Commit

Permalink
use module name?
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Nov 3, 2024
1 parent 20d913d commit fc50ca3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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 {{ cookiecutter.package_name }}
pypi_check:
Expand Down
1 change: 0 additions & 1 deletion {{cookiecutter.repo_name}}/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ disable=
protected-access,
format,
fixme,
consider-using-assignment-expr,

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down

0 comments on commit fc50ca3

Please sign in to comment.