Skip to content

Commit

Permalink
Merge pull request #14 from mundialis/ruff
Browse files Browse the repository at this point in the history
Update to new ruff version
  • Loading branch information
mmacata authored Dec 18, 2024
2 parents 0b0cbb8 + 9e3591a commit 39374e6
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 39374e6

Please sign in to comment.