forked from orbit-oss/flask
use ruff linter and formatter
This commit is contained in:
parent
6edfd78c9f
commit
54ff9b2972
26 changed files with 99 additions and 128 deletions
|
|
@ -27,3 +27,6 @@ filterwarnings = ["error"]
|
|||
[tool.coverage.run]
|
||||
branch = true
|
||||
source = ["js_example", "tests"]
|
||||
|
||||
[tool.ruff]
|
||||
src = ["src"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue