Merge pull request #768 from ae-utbm/ruff-print

T2 ruff rule
This commit is contained in:
thomas girod
2024-08-06 16:45:20 +02:00
committed by GitHub
11 changed files with 33 additions and 35 deletions

View File

@ -103,6 +103,7 @@ select = [
"FBT", # boolean trap
"UP008", # Use super() instead of super(__class__, self)
"UP009", # utf-8 encoding declaration is unnecessary
"T2", # print statements
]
ignore = [