More fun with roman numbers

This commit is contained in:
2023-10-20 10:38:20 -04:00
parent accf0d0c2b
commit 5b55118373
3 changed files with 78 additions and 3 deletions
+2 -2
View File
@@ -78,12 +78,12 @@ all = [
[tool.black]
target-version = ["py37"]
line-length = 120
line-length = 90
skip-string-normalization = true
[tool.ruff]
target-version = "py37"
line-length = 120
line-length = 90
select = [
"A",
"ARG",