Skip to content

Commit

Permalink
Update tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
noc0lour committed May 12, 2023
1 parent bf8732e commit 7682e40
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,21 +142,21 @@ commands =
[testenv:check]
description = this environments checks for flake8 and black
deps =
black==21.6b0
black==22.3.0
pyproject-flake8
flake8
build
skip_install = true
commands =
pflake8 src tests apps
black --check --diff src tests apps
pflake8 src tests
black --check --diff src tests
python -m build
[testenv:reformat]
description = reformats the code using black
deps =
black==21.6b0
black==22.3.0
skip_install = true
commands =
black src tests apps
black src tests
"""

0 comments on commit 7682e40

Please sign in to comment.