1 parent bdae92d commit 9ae8ee7Copy full SHA for 9ae8ee7
4 files changed
data/venues/Göteborg/Skeppet Gbg.json
pyproject.toml
@@ -23,6 +23,8 @@ target-version = "py313"
23
line-length = 120
24
25
[tool.ruff.lint]
26
+# Intentional Swedish typography (en dash in page titles); not a typo for a hyphen.
27
+allowed-confusables = ["–"]
28
select = [
29
"E", # pycodestyle errors
30
"W", # pycodestyle warnings
0 commit comments