Skip to content

Commit aac110e

Browse files
committed
pylint: ignore test dir
1 parent 6c9f9d0 commit aac110e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.pylintrc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
init-hook="from pylint.config import find_default_config_files; import os, sys; sys.path.append(f'{os.path.dirname(next(find_default_config_files()))}/src')"
44

5-
# ignore=test
5+
ignore=test
66

77
[MESSAGES CONTROL]
88

@@ -28,7 +28,9 @@ disable=too-many-arguments,
2828
too-many-positional-arguments,
2929
logging-fstring-interpolation,
3030
too-many-branches,
31-
too-many-locals
31+
too-many-locals,
32+
broad-exception-raised,
33+
global-statement
3234

3335
[FORMAT]
3436

0 commit comments

Comments
 (0)