Skip to content

Commit

Permalink
pylintrc adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
farirat committed Nov 10, 2023
1 parent 6b321de commit c38ab4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/pylint/pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ load-plugins=
# can either give multiple identifier separated by comma (,) or put this option
# multiple time (only on the command line, not in the configuration file where
# it should appear only once).
disable=E1101,E1102,E1103,E0601,R0801,R0902,R0903,R0904,R0913,W0614,W0613,W0201,W0703,W0511,W0233,W0702,W0150,W0104,R0911,W0221,E0611,F0401
disable=E1101,E1102,E1103,E0601,R0801,R0902,R0903,R0904,R0913,W0614,W0613,W0201,W0703,W0511,W0233,W0702,W0150,W0104,R0911,W0221,E0611,F0401,R1705


[REPORTS]
Expand Down

0 comments on commit c38ab4e

Please sign in to comment.