Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

Commit a9f212a

Browse files
committed
[Linter] update config
1 parent 0a64cd0 commit a9f212a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

standard.rc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ disable=too-few-public-methods,
6767
consider-using-from-import,
6868
use-maxsplit-arg,
6969
unspecified-encoding,
70-
consider-using-f-string
70+
consider-using-f-string,
71+
too-many-positional-arguments
7172

7273
# Enable the message, report, category or checker with the given id(s). You can
7374
# either give multiple identifier separated by comma (,) or put this option

0 commit comments

Comments
 (0)