Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Remove black as a dev dependency
Browse files Browse the repository at this point in the history
	modified:   .gitignore
	modified:   pyproject.toml
  • Loading branch information
vicky5124 committed May 8, 2022
1 parent 75ff404 commit d6edfff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ build/
*.so
.venv/
test*
artifacts
*.whl
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ documentation = "https://vicky5124.github.io/lavasnek_rs/lavasnek_rs/lavasnek_rs

[tool.poetry.dependencies]
python = "^3.6.2"
black = "^21.12b0"

[tool.poetry.dev-dependencies]
maturin = ">=0.11"
pytest = "^6.1"
flake8 = "^3.9.2"
black = "^21.9b0"
black = "^21.12b0"
mypy = "^0.910"

[build-system]
Expand Down

0 comments on commit d6edfff

Please sign in to comment.