mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 01:31:25 -08:00
lint disables
This commit is contained in:
parent
30befb1253
commit
1c04b710e5
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@ disable = [
|
|||
"C0115", # Disables missing class docstring
|
||||
"R0915", # Disables too many statements (score generation transform)
|
||||
"W0231", # Disables super init not called
|
||||
"E1136", # Disables unsubscriptable objects
|
||||
"E1137", # Disables unsupported assignment operations
|
||||
"R0801", # Disables duplicate code. There are a couple places we have similar code and
|
||||
# unfortunately you can't disable this rule for individual lines or files, it's a
|
||||
# known bug. https://github.com/PyCQA/pylint/issues/214#
|
||||
|
|
Loading…
Add table
Reference in a new issue