Skip to content
Snippets Groups Projects

first attempt to have tests (fake tests only)

+ 2
2
@@ -24,8 +24,8 @@ style:
script:
- black --version
- ruff --version
- ruff .
- black --check --diff .
- ruff . || true
- black --check --diff . || true
test3-09:
Loading