Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d95c9997 authored by Bruno Guillon's avatar Bruno Guillon
Browse files

Merge branch 'cicd/ruff' into 'master'

Cicd/ruff

See merge request !91
parents fb3b9145 2b1a73ce
No related branches found
No related tags found
1 merge request!91Cicd/ruff
Pipeline #898827 passed
......@@ -23,7 +23,7 @@ lint:
image: "$CI_REGISTRY_IMAGE/qbcontainer"
script:
- ruff check querybuilder/
- black querybuilder/ --check --verbose --diff --color
- ruff format --check --diff querybuilder/
type-checking:
stage: test
......
......@@ -42,7 +42,6 @@ doc = [
"sphinx_copybutton",
]
dev = [
"black",
"ruff",
"mypy",
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment