Skip to content

Commit 2343792

Browse files
committed
chore(build): disable consider-using-f-string lint check
1 parent 1f1911a commit 2343792

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ disable=
88
too-many-arguments,
99
unnecessary-pass,
1010
no-member,
11+
consider-using-f-string
1112

1213
[TYPECHECK]
1314
ignored-classes= responses

0 commit comments

Comments
 (0)