From 256c56df043690eb830464e2a2c4010c3f88cbd5 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 7 Aug 2024 14:18:05 -0400 Subject: [PATCH] Apply even more Ruff rules - flake8-use-pathlib (PTH) - refurb (FURB) --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b06b774..23efa8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,6 +81,8 @@ select = [ "LOG", "RSE", "TCH", + "PTH", + "FURB", ] ignore = ["ISC001"]