Skip to content

Commit

Permalink
update linter commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tnixon committed Sep 21, 2023
1 parent 7858f51 commit d250ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ deps =
flake8
black
commands =
black --check {toxinidir}
flake8
black --check {toxinidir}/tempo
flake8 --config {toxinidir}/.flake8 {toxinidir}/tempo

[testenv:type-check]
description = run type checks
Expand Down

0 comments on commit d250ece

Please sign in to comment.