File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ disable=
31
31
too-many-positional-arguments, # R0917: Ignore too many positional arguments
32
32
raise-missing-from, # W0707: Ignore re-raising without 'raise from'
33
33
import-outside-toplevel, # C0415: Ignore imports outside top-level
34
- no-value-for-parameter # E1120: Ignore missing arguments in function calls
34
+ no-value-for-parameter # E1120: Ignore missing arguments in function
35
35
36
36
[TYPECHECK]
37
37
generated-members =get_bearer_token_provider
Original file line number Diff line number Diff line change @@ -36,4 +36,4 @@ generated-members=get_bearer_token_provider
36
36
37
37
[FORMAT]
38
38
max-module-lines =1700 # Allow large modules up to 1700 lines
39
- max-line-length =160 # Allow lines up to 160 characters
39
+ max-line-length =160 # Allow lines up to 160 character
You can’t perform that action at this time.
0 commit comments