Skip to content

Commit

Permalink
ignore duplicate-code warning, needs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
whoburg committed Jan 6, 2024
1 parent 8bddce4 commit a972f65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gpkit/interactive/sankey.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"implements Sankey"
# pylint: disable=import-error,consider-using-f-string
# pylint: disable=duplicate-code,cyclic-import
import os
import re
from collections import defaultdict
Expand Down
2 changes: 1 addition & 1 deletion pylintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[MESSAGES CONTROL]

# Disable the message, report, category or checker with the given id(s).
disable=fixme
disable=fixme,cyclic-import,duplicate-code

[BASIC]

Expand Down

0 comments on commit a972f65

Please sign in to comment.