Skip to content
Snippets Groups Projects

Comply with ruff's "A" rule

Closed Manon Blanco requested to merge ruff-a into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -37,4 +37,6 @@ select = [
"PTH",
# flake8-pytest-style
"PT",
# flake8-builtins
"A",
]
Loading