Skip to content

Commit

Permalink
Doc (#355)
Browse files Browse the repository at this point in the history
* update docs

* update mypy settings
  • Loading branch information
yuji38kwmt committed Sep 13, 2021
1 parent 723775e commit 42ded10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"dateutil",
"favicon",
"giveup",
"kurusugawa",
"pydata",
"pylint",
"tzlocal"
Expand Down
2 changes: 0 additions & 2 deletions mypy.ini

This file was deleted.

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ pydata-sphinx-theme = "*"
types-requests = "*"
types-python-dateutil = "*"
types-dataclasses = { version = "*", python = "<3.7" }

ipython = "*"
# ipythonとjediの組み合わせによるバグを避けるため、バージョン指定
# https://zenn.dev/hige/articles/282bf79d47378e
Expand All @@ -73,6 +72,10 @@ profile = "black"
line_length = 120
skip="annofabapi/__init__.py"

[tool.mypy]
# スタブが無いパッケージのエラーは無視させる.サードパーティのライブラリに型情報がないケースもあるため
ignore_missing_imports = true

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Expand Down

0 comments on commit 42ded10

Please sign in to comment.