We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e128f89 commit c31add8Copy full SHA for c31add8
pyproject.toml
@@ -59,6 +59,7 @@ mkdocs-material = "^5.5.14"
59
pymdown-extensions = "^8.0"
60
mkdocs-git-revision-date-plugin = "^0.3.1"
61
mkdocs-redirects = "^1.0.3"
62
+black = "^21.12b0"
63
64
[tool.isort]
65
known_first_party = "pattern_library"
tox.ini
@@ -23,6 +23,7 @@ commands =
23
poetry install -q
24
poetry run flake8
25
poetry run isort --check-only --diff
26
+ poetry run black --check .
27
28
[flake8]
29
ignore = C901,W503
0 commit comments