Remove ignored linting settings

This commit is contained in:
Christopher Broderick 2025-04-01 11:07:57 +01:00
parent c46e8a5454
commit 7c12a686bc

View File

@ -1,3 +1,3 @@
[tool.ruff]
[tool.ruff.lint]
ignore = ["E501", "E731", "E721"]
ignore = []