Skip to content

Commit 5f3a16b

Browse files
committed
chore: move pylint config to setup.cfg
1 parent 798e90d commit 5f3a16b

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.pylintrc

Lines changed: 0 additions & 7 deletions
This file was deleted.

setup.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ force_grid_wrap = 0
7676
use_parentheses = True
7777
line_length = 120
7878

79+
[pylint.MESSAGES CONTROL]
80+
disable = locally-disabled, too-few-public-methods, too-many-instance-attributes, duplicate-code
81+
82+
[pylint.REPORTS]
83+
max-line-length = 120
84+
output-format = colorized
85+
reports = no
86+
7987
[tool:pytest]
8088
addopts =
8189
--showlocals

0 commit comments

Comments
 (0)