Skip to content

Commit

Permalink
Revert "We should just check for style compliance with black, not app…
Browse files Browse the repository at this point in the history
…ly them"

This reverts commit 4c90318.
  • Loading branch information
tnixon committed May 15, 2024
1 parent 4c90318 commit 81f0239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ deps =
flake8
black==24.4.1
commands =
black --check --verbose {posargs} {toxinidir}/tempo
black {posargs} {toxinidir}/tempo
flake8 --config {toxinidir}/.flake8 {toxinidir}/tempo

[testenv:type-check]
Expand Down

0 comments on commit 81f0239

Please sign in to comment.