Skip to content

Commit

Permalink
replace yapf by black
Browse files Browse the repository at this point in the history
  • Loading branch information
narumiruna committed Aug 31, 2023
1 parent bd3dde8 commit a8aacde
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 16 deletions.
116 changes: 101 additions & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ numba = "^0.56.4"

[tool.poetry.group.dev.dependencies]
flake8 = "^6.0.0"
yapf = "^0.33.0"
black = "^23.7.0"
toml = "^0.10.2"
pytest = "^7.3.1"
codecov = "^2.1.13"
isort = "^5.12.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit a8aacde

Please sign in to comment.