Skip to content

Commit

Permalink
Removed black from dev dependencies
Browse files Browse the repository at this point in the history
We run it via pre-commit hooks
  • Loading branch information
vlasovskikh committed Nov 3, 2022
1 parent a80e76d commit ceab747
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ python = "~2.7 || ^3.7"
six = "^1.15.0"
typing = {version = "^3.7.4", python = "~2.7"}
pre-commit = {version = "^2.11.1", python = "^3.7"}
black = {extras = ["d"], version = ">=22.3.0", python = "^3.7"}
tox = {version = "^3.23.0", python = "^3.7"}
mkdocs = {version = "^1.4.2", python = "^3.7"}
mkdocs-material = {version = "^8.5.8", python = "^3.7"}
Expand Down

0 comments on commit ceab747

Please sign in to comment.