Apply even more Ruff rules

- flake8-use-pathlib (PTH)
- refurb (FURB)
This commit is contained in:
Adam Goldsmith 2024-08-07 14:18:05 -04:00
parent 7b3dfef732
commit 256c56df04

View File

@ -81,6 +81,8 @@ select = [
"LOG",
"RSE",
"TCH",
"PTH",
"FURB",
]
ignore = ["ISC001"]