Skip to content

Commit

Permalink
add --check to black and isort
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvonk committed Sep 14, 2023
1 parent a760913 commit 8d8d18c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ legacy_tox_ini = """
basepython = python3.9
extras = formatting
commands =
black src
isort src
black src --check --verbose
isort src --check
[testenv:type]
description = run type checks
Expand Down

0 comments on commit 8d8d18c

Please sign in to comment.