Skip to content

Commit

Permalink
Merge pull request #482 from mozilla-iam/gcp_logging
Browse files Browse the repository at this point in the history
Only run black format check on src and tests
  • Loading branch information
dividehex authored Oct 17, 2023
2 parents 7b2a8b8 + 80113b9 commit 54d71db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ description = run linters
skip_install = true
deps =
black==22.12
commands = black --check {posargs:.}
commands = black --check {posargs: ./tests ./dashboard}

[testenv:eslint]
description = run eslint
Expand Down

0 comments on commit 54d71db

Please sign in to comment.