summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera <hugo@whynothugo.nl>2023-06-06 12:24:11 +0200
committerHugo Osvaldo Barrera <hugo@whynothugo.nl>2023-06-06 12:24:11 +0200
commitf944dfc2ea9045a71a86df74494fef57c92efee8 (patch)
tree95012df9b4612903c6b89bb64a2514aede891980
parent3f3d2fab8aab07047bb2ce0d08b0519b05014184 (diff)
ruff: enable rules from flake8-pielints
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 22814e22..0a53bdc8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,6 +6,7 @@ select = [
"I",
"UP",
"YTT",
+ "PIE",
"SIM",
"B0",
"C4",