Move Ruff linting settings to the [lint] table

This commit is contained in:
Adam Turner
2023-12-27 01:13:04 +00:00
parent 3ad2c3b4ee
commit 75bdbe8d09

View File

@@ -1,7 +1,9 @@
target-version = "py39" # Pin Ruff to Python 3.9
line-length = 95
preview = true
show-source = true
[lint]
preview = true
exclude = [
".git",
".tox",