Skip to content

Commit

Permalink
disable unused import and import error to pass CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Nov 11, 2024
1 parent cf196ef commit b9be403
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion {{cookiecutter.repo_name}}/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,9 @@ disable=raw-checker-failed,
deprecated-pragma,
use-symbolic-message-instead,
use-implicit-booleaness-not-comparison-to-string,
use-implicit-booleaness-not-comparison-to-zero
use-implicit-booleaness-not-comparison-to-zero,
unused-import,
import-error

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

Please sign in to comment.