Skip to content

Commit

Permalink
w3
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Nov 11, 2024
1 parent 4671c0e commit 95547f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ lint-py = { cmd = """
black . --exclude '\\..*' && isort . --skip-glob '.*'
""", depends_on = ["config"] }

lint = { depends_on = ["lint-py"] }
lint = { depends_on = ["lint-py"], env = { DART_VERBOSE = "OFF" } }

check-lint-py = { cmd = """
black . --check --exclude '\\..*' && isort . --check --skip-glob '.*'
Expand Down

0 comments on commit 95547f9

Please sign in to comment.