Lint: Create a project-wide `.ruff.toml` settings file (#133124)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Adam Turner
2025-05-01 09:28:44 +01:00
committed by GitHub
parent 5cdd49b3f4
commit fe3c7e10d9
5 changed files with 18 additions and 9 deletions

View File

@@ -1,6 +1,4 @@
target-version = "py310"
fix = true
line-length = 79
extend = "../../.ruff.toml" # Inherit the project-wide settings
[lint]
select = [