Skip to content

Commit

Permalink
disable failing options
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Nov 11, 2024
1 parent b9be403 commit c6aa75b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion {{cookiecutter.repo_name}}/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,13 @@ disable=raw-checker-failed,
use-implicit-booleaness-not-comparison-to-string,
use-implicit-booleaness-not-comparison-to-zero,
unused-import,
import-error
import-error,
invalid-name,
missing-module-docstring,
missing-class-docstring,
missing-function-docstring,
fixme,
too-few-public-methods

# 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 c6aa75b

Please sign in to comment.