Skip to content

Commit

Permalink
update to new ruff version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacata committed Dec 18, 2024
1 parent 0b0cbb8 commit 9e3591a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ lint.ignore = [
"E501", # line-too-long
"F821", # undefined-name
"ANN201", # missing-return-type-undocumented-public-function
"ANN101", # missing-type-self
"ANN102", # missing-type-cls
"ANN206", # missing-return-type-class-method
"ANN001", # missing-type-function-argument
"S310", # suspicious-url-open-usage
Expand Down Expand Up @@ -57,6 +55,7 @@ lint.ignore = [
"D212", # multi-line-summary-first-line
"D200", # fits-on-one-line
"D213", # multi-line-summary-second-line
"PTH208", # Use `pathlib.Path.iterdir()` instead
]

[lint.per-file-ignores]
Expand Down

0 comments on commit 9e3591a

Please sign in to comment.