Enable Ruff flake8-pie (PIE) (#13747)

This commit is contained in:
Avasam
2025-04-02 08:43:25 +02:00
committed by GitHub
parent bf8d2a9912
commit aaf1e0313c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -53,6 +53,7 @@ select = [
"I", # isort
"N", # pep8-naming
"PGH", # pygrep-hooks
"PIE", # flake8-pie
"PL", # Pylint
"RUF", # Ruff-specific and unused-noqa
"TRY", # tryceratops