use ruff linter and formatter
This commit is contained in:
parent
14232513fd
commit
54e05a2824
26 changed files with 99 additions and 132 deletions
|
|
@ -34,3 +34,6 @@ filterwarnings = ["error"]
|
|||
[tool.coverage.run]
|
||||
branch = true
|
||||
source = ["flaskr", "tests"]
|
||||
|
||||
[tool.ruff]
|
||||
src = ["src"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue