Skip to content

Commit

Permalink
Update to Ruff 0.9 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored Jan 9, 2025
1 parent 104351c commit 8045b9d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
38 changes: 19 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ select = [
"SIM", # flake8-simplify
"TID", # flake8-tidy-imports
]
# TODO: Remove ISC001 ignore when formatter updated: https://github.com/astral-sh/ruff/issues/8272
extend-ignore = ["RUF005", "RUF012", "ISC001"]
extend-ignore = ["RUF005", "RUF012"]

[tool.ruff.lint.isort]
force-sort-within-sections = true
Expand Down

0 comments on commit 8045b9d

Please sign in to comment.