aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-07-05 14:30:41 +0100
committerGravatar Chris Lovering <[email protected]>2024-07-05 14:30:41 +0100
commit49edd2919925b13c0a5ad092f88499951d966c70 (patch)
treead4b758e535f56e075d24d8da3e1ec2b61a49a4e /pyproject.toml
parentAdd daily devops missions for added motivation (diff)
Bump ruff target version to 3.12
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 52a10c9..7f8e4ba 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -41,11 +41,12 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.ruff]
-target-version = "py311"
+target-version = "py312"
extend-exclude = [".cache"]
line-length = 100
unsafe-fixes = true
preview = true
+output-format = "concise"
[tool.ruff.lint]
select = ["ALL"]