Skip to content

Commit ca2ee3b

Browse files
Split py38 from other linting
1 parent c57025b commit ca2ee3b

File tree

5 files changed

+524
-6
lines changed

5 files changed

+524
-6
lines changed

.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ disable=missing-docstring,
7575
too-few-public-methods, # Might be good to re-enable this later.
7676
too-many-instance-attributes,
7777
too-many-arguments,
78+
too-many-positional-arguments, # TODO remove when drop py38 support
7879
duplicate-code,
7980
ungrouped-imports, # Leave this up to isort
8081
wrong-import-order, # Leave this up to isort

0 commit comments

Comments
 (0)