Merge pull request #3483 from boxydog/ruff_0_12_2

This commit is contained in:
Justin Mayer 2025-07-08 08:10:18 +02:00 committed by GitHub
commit f4ee3b7946
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 64 additions and 102 deletions

View file

@ -96,7 +96,7 @@ dev = [
"tox>=4.11.3",
"invoke>=2.2.0",
# ruff version should match the one in .pre-commit-config.yaml
"ruff==0.7.2",
"ruff==0.12.2",
"tomli>=2.0.1; python_version < \"3.11\"",
]
@ -112,7 +112,6 @@ source-includes = [
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[tool.ruff.lint]
# see https://docs.astral.sh/ruff/configuration/#using-pyprojecttoml
# "F" contains autoflake, see https://github.com/astral-sh/ruff/issues/1647