Skip to content

Commit

Permalink
poetry update (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuji38kwmt committed Nov 23, 2021
1 parent 32f0f77 commit b45f25f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 29 deletions.
43 changes: 22 additions & 21 deletions poetry.lock

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

9 changes: 1 addition & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ dataclasses = { version = "*", python = "<3.7" }


[tool.poetry.dev-dependencies]

# https://github.com/PyCQA/astroid/issues/1239 のエラーを回避するためバージョンを下げる
astroid = "<2.8.5"

# test library
pytest = "*"
pytest-xdist = "*"
Expand All @@ -47,7 +43,7 @@ more-itertools = "*"
# format library
isort = "*"
autoflake = "*"
black = {version = "^21.6b0", allow-prereleases = true}
black = {version = "^21.11b0", allow-prereleases = true}

# lint library
flake8 = "*"
Expand All @@ -64,9 +60,6 @@ types-requests = "*"
types-python-dateutil = "*"
types-dataclasses = { version = "*", python = "<3.7" }
ipython = "*"
# ipythonとjediの組み合わせによるバグを避けるため、バージョン指定
# https://zenn.dev/hige/articles/282bf79d47378e
jedi = "<0.18"

[tool.black]
line-length = 120
Expand Down

0 comments on commit b45f25f

Please sign in to comment.