Skip to content

Commit

Permalink
chore: add black gate to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CaselIT committed May 28, 2021
1 parent 434ad76 commit 67ea731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- "ubuntu-20.04"
toxenv:
- "pep8"
- "black"
- "pep8-examples"
- "pep8-docstrings"
- "mypy"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ commands = flake8 []

[testenv:black]
deps = black>=21.5b1
basepython = python3.9
basepython = python3.8

commands = black --check . []

Expand Down

0 comments on commit 67ea731

Please sign in to comment.