X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ed9b31b1394bc4c57bad08a065477323c458e9c3..21ab37a5d92c866a289320cba7c4689df70b3342:/pyproject.toml diff --git a/pyproject.toml b/pyproject.toml index 6ac19bc..c42c33f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,11 +7,12 @@ [tool.black] line-length = 88 -py36 = true +target_version = ['cpy36', 'cpy37', 'cpy38'] include = '\.pyi?$' exclude = ''' /( - \.git + \.eggs + | \.git | \.hg | \.mypy_cache | \.tox