We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95547f9 commit 11dd8a9Copy full SHA for 11dd8a9
.github/workflows/ci_windows.yml
@@ -39,8 +39,6 @@ jobs:
39
40
- name: Check Lint
41
run: |
42
- DART_VERBOSE=ON \
43
- BUILD_TYPE=${{ matrix.build_type }} \
44
pixi run check-lint
45
46
- name: Test DART and dartpy
pixi.toml
@@ -333,7 +333,7 @@ lint-py = { cmd = """
333
black . --exclude '\\..*' && isort . --skip-glob '.*'
334
""", depends_on = ["config"] }
335
336
-lint = { depends_on = ["lint-py"], env = { DART_VERBOSE = "OFF" } }
+lint = { depends_on = ["lint-py"] }
337
338
check-lint-py = { cmd = """
339
black . --check --exclude '\\..*' && isort . --check --skip-glob '.*'
0 commit comments