Skip to content

Commit

Permalink
Ignore ISC001
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Feb 5, 2024
1 parent b02b1da commit fc4e62e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ lint.ignore = [
"D105", # Missing docstring in magic method
"D205", # 1 blank line required between summary line and description
"D212", # Multi-line docstring summary should start at the first line
"ISC001",
"NPY002", # replace legacy numpy.random with numpy.random.Generator
"PD901", # pandas-df-variable-name
"PERF203", # try-except-in-loop
Expand Down

0 comments on commit fc4e62e

Please sign in to comment.