Skip to content

Commit b9ebe6b

Browse files
committed
Ignore unused imports for now
1 parent faa51f8 commit b9ebe6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.flake8

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
max-line-length = 88
33

44
select = C,E,F,W,B,B950
5-
extend-ignore = E203, E501, W503
5+
extend-ignore = E203, E501, W503, F401

.pylintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ init-hook="from pylint.config import find_pylintrc; import os, sys; sys.path.app
1111
[pylint.messages_control]
1212
disable=missing-function-docstring, line-too-long, import-error,
1313
too-many-arguments, too-many-locals, too-many-statements, too-many-branches, too-few-public-methods,
14-
too-many-instance-attributes, fixme, import-outside-toplevel, logging-fstring-interpolation,
14+
too-many-instance-attributes, fixme, import-outside-toplevel, logging-fstring-interpolation, missing-module-docstring, unused-import

0 commit comments

Comments
 (0)