Skip to content

Commit

Permalink
minor fix on pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hirosassa authored and Hi-king committed Mar 28, 2022
1 parent 52afa48 commit da17dbf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ python = ">=3.7.1,<3.11"
gokart = "*"
boto3 = "*"
tqdm = "*"
isort = "*"
yapf = "*"
toml = "^0.10.2"

[tool.poetry.dev-dependencies]
tox = "*"
mock = "*"
isort = "*"
yapf = "*"
toml = "*"

[tool.yapf]
based_on_style = "pep8"
Expand Down

0 comments on commit da17dbf

Please sign in to comment.