Skip to content

Commit

Permalink
Add some black formatter options to ignore from ESCOMP#1577
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed May 9, 2022
1 parent 3d49557 commit 7128c01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/ctsm/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ disable=print-statement,
deprecated-sys-function,
exception-escape,
comprehension-escape,
R0801, # This option to the end are options required to use black formatter
W1515,
W1514,
R1732,
C0209,
C0326, # This and the next are the two options that black documentation tells us to ignore
C0330, # This is an option that the formatter "black" requires us to disable
# --- default list is above here, our own list is below here ---
# While pylint's recommendations to keep the number of arguments, local
Expand Down

0 comments on commit 7128c01

Please sign in to comment.