Switch to ruff for formatting/linting

This commit is contained in:
Adam Goldsmith 2024-04-06 12:43:36 -04:00
parent 57cd22eb95
commit 52b578ea6f

View File

@ -1 +1,6 @@
[tool.black] [tool.ruff]
line-length = 88
[tool.ruff.lint]
select = ["E4", "E7", "E9", "F", "I", "C4", "UP", "PERF", "PL", "SIM"]