mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-03-13 17:10:10 +00:00
ruff config
This commit is contained in:
15
dev.toml
15
dev.toml
@@ -1,13 +1,12 @@
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
|
||||
[tool.isort]
|
||||
profile = 'black'
|
||||
line-length=120
|
||||
# Do not edit pyproject.toml, it is overwritten.
|
||||
# Instead, edit dev.toml and/or server.toml
|
||||
|
||||
[tool.ruff]
|
||||
# https://docs.astral.sh/ruff/configuration/
|
||||
# we do not use black or isort, we use ruff instead
|
||||
line-length=120
|
||||
ignore = ["E402"]
|
||||
lint.ignore = ["E402", "F541"]
|
||||
|
||||
|
||||
[project]
|
||||
name = "troggle"
|
||||
@@ -26,8 +25,6 @@ dev = [
|
||||
"unidecode>=1.3.8",
|
||||
"black>=24.10.0",
|
||||
"coverage>=7.6.9",
|
||||
"deptry>=0.21.1",
|
||||
"isort>=5.13.2",
|
||||
]
|
||||
|
||||
# conlficting groups not implemented in uv yet
|
||||
|
||||
Reference in New Issue
Block a user