Skip to content

Commit c31add8

Browse files
Ben Dickinsonthibaudcolas
authored andcommitted
Add black to dev dependencies and tox lint
1 parent e128f89 commit c31add8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ mkdocs-material = "^5.5.14"
5959
pymdown-extensions = "^8.0"
6060
mkdocs-git-revision-date-plugin = "^0.3.1"
6161
mkdocs-redirects = "^1.0.3"
62+
black = "^21.12b0"
6263

6364
[tool.isort]
6465
known_first_party = "pattern_library"

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ commands =
2323
poetry install -q
2424
poetry run flake8
2525
poetry run isort --check-only --diff
26+
poetry run black --check .
2627

2728
[flake8]
2829
ignore = C901,W503

0 commit comments

Comments
 (0)