remove unused config

This commit is contained in:
David Lord 2024-08-23 16:33:59 -07:00
parent 176fdfa000
commit 2c5d652493
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926

View file

@ -113,7 +113,6 @@ select = [
"UP", # pyupgrade
"W", # pycodestyle warning
]
ignore-init-module-imports = true
[tool.ruff.lint.isort]
force-single-line = true