Skip to content

Commit 5a4cffe

Browse files
Test4
1 parent 6d10e09 commit 5a4cffe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ClientAdvisor/App/.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ disable=
3131
too-many-positional-arguments, # R0917: Ignore too many positional arguments
3232
raise-missing-from, # W0707: Ignore re-raising without 'raise from'
3333
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
3535

3636
[TYPECHECK]
3737
generated-members=get_bearer_token_provider

ResearchAssistant/App/.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ generated-members=get_bearer_token_provider
3636

3737
[FORMAT]
3838
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

0 commit comments

Comments
 (0)