Fix pyproject.toml key

This commit is contained in:
Charlie Marsh
2022-08-28 14:21:44 -04:00
parent 816bb88e3b
commit ea9fde14f6
7 changed files with 114 additions and 65 deletions

View File

@@ -1,3 +1,13 @@
[tool.linter]
[tool.ruff]
line-length = 88
exclude = ["excluded.py"]
select = [
"E501",
"F401",
"F403",
"F541",
"F634",
"F706",
"F831",
"F901",
]