Skip to content

Commit

Permalink
project: Extend ruff withh pyupgrade checks
Browse files Browse the repository at this point in the history
Check for deprecated usages in the project when running ruff check.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
  • Loading branch information
pdgendt committed Nov 2, 2024
1 parent bdf44c3 commit db0741c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ include-package-data = true
[tool.setuptools.packages.find]
where = ["src"]
namespaces = false

[tool.ruff.lint]
extend-select = [
"UP", # pyupgrade
]

0 comments on commit db0741c

Please sign in to comment.