Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pysen lint extrasの利用をやめ、linterを更新する #608

Merged
merged 6 commits into from
Feb 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
304 changes: 96 additions & 208 deletions poetry.lock

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.pysen]
version = "0.9"
version = "0.10.3"

[tool.pysen.lint]
enable_black = true
Expand Down Expand Up @@ -38,7 +38,7 @@ description = ""
authors = ["Hiroshiba <hihokaruta@gmail.com>"]

[tool.poetry.dependencies]
python = "~3.8"
python = "~3.8,>=3.8.1"
numpy = "^1.20.0"
fastapi = "^0.70.0"
python-multipart = "^0.0.5"
Expand All @@ -62,7 +62,12 @@ colorama = "^0.4.4"
poetry = "^1.3.1"

[tool.poetry.group.test.dependencies]
pysen = {version = "~0", extras = ["lint"]}
pysen = "~0.10.3"
black = "^22.12.0"
flake8-bugbear = "^23.1.0"
flake8 = "^6.0.0"
isort = "^5.12.0"
mypy = "~0.991"
pytest = "^6.2.5"
coveralls = "^3.2.0"

Expand Down
170 changes: 85 additions & 85 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,85 +1,85 @@
aiofiles==0.7.0 ; python_version >= "3.8" and python_version < "3.9"
altgraph==0.17.3 ; python_version >= "3.8" and python_version < "3.9"
anyio==3.6.2 ; python_version >= "3.8" and python_version < "3.9"
appdirs==1.4.4 ; python_version >= "3.8" and python_version < "3.9"
asgiref==3.6.0 ; python_version >= "3.8" and python_version < "3.9"
atomicwrites==1.4.0 ; python_version >= "3.8" and python_version < "3.9"
attrs==22.2.0 ; python_version >= "3.8" and python_version < "3.9"
cachecontrol[filecache]==0.12.11 ; python_version >= "3.8" and python_version < "3.9"
certifi==2022.12.7 ; python_version >= "3.8" and python_version < "3.9"
cffi==1.15.1 ; python_version >= "3.8" and python_version < "3.9"
cfgv==3.3.1 ; python_version >= "3.8" and python_version < "3.9"
charset-normalizer==2.1.1 ; python_version >= "3.8" and python_version < "3.9"
cleo==2.0.1 ; python_version >= "3.8" and python_version < "3.9"
click==8.0.4 ; python_version >= "3.8" and python_version < "3.9"
colorama==0.4.4 ; python_version >= "3.8" and python_version < "3.9"
crashtest==0.4.1 ; python_version >= "3.8" and python_version < "3.9"
cryptography==39.0.0 ; python_version >= "3.8" and python_version < "3.9" and sys_platform == "linux"
cython==0.29.24 ; python_version >= "3.8" and python_version < "3.9"
distlib==0.3.6 ; python_version >= "3.8" and python_version < "3.9"
dulwich==0.20.50 ; python_version >= "3.8" and python_version < "3.9"
fastapi==0.70.0 ; python_version >= "3.8" and python_version < "3.9"
filelock==3.8.2 ; python_version >= "3.8" and python_version < "3.9"
future==0.18.2 ; python_version >= "3.8" and python_version < "3.9" and sys_platform == "win32"
h11==0.14.0 ; python_version >= "3.8" and python_version < "3.9"
html5lib==1.1 ; python_version >= "3.8" and python_version < "3.9"
identify==2.5.11 ; python_version >= "3.8" and python_version < "3.9"
idna==3.4 ; python_version >= "3.8" and python_version < "3.9"
importlib-metadata==4.13.0 ; python_version >= "3.8" and python_version < "3.9"
importlib-resources==5.10.2 ; python_version >= "3.8" and python_version < "3.9"
jaraco-classes==3.2.3 ; python_version >= "3.8" and python_version < "3.9"
jeepney==0.8.0 ; python_version >= "3.8" and python_version < "3.9" and sys_platform == "linux"
jinja2==3.1.2 ; python_version >= "3.8" and python_version < "3.9"
jsonschema==4.17.3 ; python_version >= "3.8" and python_version < "3.9"
keyring==23.13.1 ; python_version >= "3.8" and python_version < "3.9"
lockfile==0.12.2 ; python_version >= "3.8" and python_version < "3.9"
macholib==1.16.2 ; python_version >= "3.8" and python_version < "3.9" and sys_platform == "darwin"
markupsafe==2.1.1 ; python_version >= "3.8" and python_version < "3.9"
more-itertools==9.0.0 ; python_version >= "3.8" and python_version < "3.9"
msgpack==1.0.4 ; python_version >= "3.8" and python_version < "3.9"
nodeenv==1.7.0 ; python_version >= "3.8" and python_version < "3.9"
numpy==1.20.0 ; python_version >= "3.8" and python_version < "3.9"
packaging==22.0 ; python_version >= "3.8" and python_version < "3.9"
pefile==2022.5.30 ; python_version >= "3.8" and python_version < "3.9" and sys_platform == "win32"
pexpect==4.8.0 ; python_version >= "3.8" and python_version < "3.9"
pkginfo==1.9.4 ; python_version >= "3.8" and python_version < "3.9"
pkgutil-resolve-name==1.3.10 ; python_version >= "3.8" and python_version < "3.9"
platformdirs==2.6.2 ; python_version >= "3.8" and python_version < "3.9"
poetry-core==1.4.0 ; python_version >= "3.8" and python_version < "3.9"
poetry-plugin-export==1.2.0 ; python_version >= "3.8" and python_version < "3.9"
poetry==1.3.1 ; python_version >= "3.8" and python_version < "3.9"
pre-commit==2.16.0 ; python_version >= "3.8" and python_version < "3.9"
ptyprocess==0.7.0 ; python_version >= "3.8" and python_version < "3.9"
pycparser==2.21 ; python_version >= "3.8" and python_version < "3.9"
pydantic==1.10.2 ; python_version >= "3.8" and python_version < "3.9"
pyinstaller-hooks-contrib==2022.14 ; python_version >= "3.8" and python_version < "3.9"
pyinstaller==5.3 ; python_version >= "3.8" and python_version < "3.9"
pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@f4ade29ef9a4f43d8605103cb5bacc29e0b2ccae ; python_version >= "3.8" and python_version < "3.9"
pyrsistent==0.19.3 ; python_version >= "3.8" and python_version < "3.9"
python-multipart==0.0.5 ; python_version >= "3.8" and python_version < "3.9"
pywin32-ctypes==0.2.0 ; python_version >= "3.8" and python_version < "3.9" and sys_platform == "win32"
pyworld==0.3.0 ; python_version >= "3.8" and python_version < "3.9"
pyyaml==6.0 ; python_version >= "3.8" and python_version < "3.9"
rapidfuzz==2.13.7 ; python_version >= "3.8" and python_version < "3.9"
requests-toolbelt==0.10.1 ; python_version >= "3.8" and python_version < "3.9"
requests==2.28.1 ; python_version >= "3.8" and python_version < "3.9"
scipy==1.7.1 ; python_version >= "3.8" and python_version < "3.9"
secretstorage==3.3.3 ; python_version >= "3.8" and python_version < "3.9" and sys_platform == "linux"
setuptools==65.6.3 ; python_version >= "3.8" and python_version < "3.9"
shellingham==1.5.0.post1 ; python_version >= "3.8" and python_version < "3.9"
six==1.16.0 ; python_version >= "3.8" and python_version < "3.9"
sniffio==1.3.0 ; python_version >= "3.8" and python_version < "3.9"
soundfile==0.10.3.post1 ; python_version >= "3.8" and python_version < "3.9"
starlette==0.16.0 ; python_version >= "3.8" and python_version < "3.9"
toml==0.10.2 ; python_version >= "3.8" and python_version < "3.9"
tomli==2.0.1 ; python_version >= "3.8" and python_version < "3.9"
tomlkit==0.11.6 ; python_version >= "3.8" and python_version < "3.9"
tqdm==4.64.1 ; python_version >= "3.8" and python_version < "3.9"
trove-classifiers==2022.12.22 ; python_version >= "3.8" and python_version < "3.9"
typing-extensions==4.4.0 ; python_version >= "3.8" and python_version < "3.9"
urllib3==1.26.13 ; python_version >= "3.8" and python_version < "3.9"
uvicorn==0.15.0 ; python_version >= "3.8" and python_version < "3.9"
virtualenv==20.17.1 ; python_version >= "3.8" and python_version < "3.9"
webencodings==0.5.1 ; python_version >= "3.8" and python_version < "3.9"
xattr==0.10.1 ; python_version >= "3.8" and python_version < "3.9" and sys_platform == "darwin"
zipp==3.11.0 ; python_version >= "3.8" and python_version < "3.9"
aiofiles==0.7.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
altgraph==0.17.3 ; python_full_version >= "3.8.1" and python_version < "3.9"
anyio==3.6.2 ; python_full_version >= "3.8.1" and python_version < "3.9"
appdirs==1.4.4 ; python_full_version >= "3.8.1" and python_version < "3.9"
asgiref==3.6.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
atomicwrites==1.4.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
attrs==22.2.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
cachecontrol[filecache]==0.12.11 ; python_full_version >= "3.8.1" and python_version < "3.9"
certifi==2022.12.7 ; python_full_version >= "3.8.1" and python_version < "3.9"
cffi==1.15.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
cfgv==3.3.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
charset-normalizer==2.1.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
cleo==2.0.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
click==8.0.4 ; python_full_version >= "3.8.1" and python_version < "3.9"
colorama==0.4.4 ; python_full_version >= "3.8.1" and python_version < "3.9"
crashtest==0.4.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
cryptography==39.0.0 ; python_full_version >= "3.8.1" and python_version < "3.9" and sys_platform == "linux"
cython==0.29.24 ; python_full_version >= "3.8.1" and python_version < "3.9"
distlib==0.3.6 ; python_full_version >= "3.8.1" and python_version < "3.9"
dulwich==0.20.50 ; python_full_version >= "3.8.1" and python_version < "3.9"
fastapi==0.70.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
filelock==3.8.2 ; python_full_version >= "3.8.1" and python_version < "3.9"
future==0.18.2 ; python_full_version >= "3.8.1" and python_version < "3.9" and sys_platform == "win32"
h11==0.14.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
html5lib==1.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
identify==2.5.11 ; python_full_version >= "3.8.1" and python_version < "3.9"
idna==3.4 ; python_full_version >= "3.8.1" and python_version < "3.9"
importlib-metadata==4.13.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
importlib-resources==5.10.2 ; python_full_version >= "3.8.1" and python_version < "3.9"
jaraco-classes==3.2.3 ; python_full_version >= "3.8.1" and python_version < "3.9"
jeepney==0.8.0 ; python_full_version >= "3.8.1" and python_version < "3.9" and sys_platform == "linux"
jinja2==3.1.2 ; python_full_version >= "3.8.1" and python_version < "3.9"
jsonschema==4.17.3 ; python_full_version >= "3.8.1" and python_version < "3.9"
keyring==23.13.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
lockfile==0.12.2 ; python_full_version >= "3.8.1" and python_version < "3.9"
macholib==1.16.2 ; python_full_version >= "3.8.1" and python_version < "3.9" and sys_platform == "darwin"
markupsafe==2.1.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
more-itertools==9.0.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
msgpack==1.0.4 ; python_full_version >= "3.8.1" and python_version < "3.9"
nodeenv==1.7.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
numpy==1.20.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
packaging==22.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
pefile==2022.5.30 ; python_full_version >= "3.8.1" and python_version < "3.9" and sys_platform == "win32"
pexpect==4.8.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
pkginfo==1.9.4 ; python_full_version >= "3.8.1" and python_version < "3.9"
pkgutil-resolve-name==1.3.10 ; python_full_version >= "3.8.1" and python_version < "3.9"
platformdirs==2.6.2 ; python_full_version >= "3.8.1" and python_version < "3.9"
poetry-core==1.4.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
poetry-plugin-export==1.2.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
poetry==1.3.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
pre-commit==2.16.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
ptyprocess==0.7.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
pycparser==2.21 ; python_full_version >= "3.8.1" and python_version < "3.9"
pydantic==1.10.2 ; python_full_version >= "3.8.1" and python_version < "3.9"
pyinstaller-hooks-contrib==2022.14 ; python_full_version >= "3.8.1" and python_version < "3.9"
pyinstaller==5.3 ; python_full_version >= "3.8.1" and python_version < "3.9"
pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@f4ade29ef9a4f43d8605103cb5bacc29e0b2ccae ; python_full_version >= "3.8.1" and python_version < "3.9"
pyrsistent==0.19.3 ; python_full_version >= "3.8.1" and python_version < "3.9"
python-multipart==0.0.5 ; python_full_version >= "3.8.1" and python_version < "3.9"
pywin32-ctypes==0.2.0 ; python_full_version >= "3.8.1" and python_version < "3.9" and sys_platform == "win32"
pyworld==0.3.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
pyyaml==6.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
rapidfuzz==2.13.7 ; python_full_version >= "3.8.1" and python_version < "3.9"
requests-toolbelt==0.10.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
requests==2.28.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
scipy==1.7.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
secretstorage==3.3.3 ; python_full_version >= "3.8.1" and python_version < "3.9" and sys_platform == "linux"
setuptools==65.6.3 ; python_full_version >= "3.8.1" and python_version < "3.9"
shellingham==1.5.0.post1 ; python_full_version >= "3.8.1" and python_version < "3.9"
six==1.16.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
sniffio==1.3.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
soundfile==0.10.3.post1 ; python_full_version >= "3.8.1" and python_version < "3.9"
starlette==0.16.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
toml==0.10.2 ; python_full_version >= "3.8.1" and python_version < "3.9"
tomli==2.0.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
tomlkit==0.11.6 ; python_full_version >= "3.8.1" and python_version < "3.9"
tqdm==4.64.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
trove-classifiers==2022.12.22 ; python_full_version >= "3.8.1" and python_version < "3.9"
typing-extensions==4.4.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
urllib3==1.26.13 ; python_full_version >= "3.8.1" and python_version < "3.9"
uvicorn==0.15.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
virtualenv==20.17.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
webencodings==0.5.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
xattr==0.10.1 ; python_full_version >= "3.8.1" and python_version < "3.9" and sys_platform == "darwin"
zipp==3.11.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
68 changes: 34 additions & 34 deletions requirements-license.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
aiofiles==0.7.0 ; python_version >= "3.8" and python_version < "3.9"
anyio==3.6.2 ; python_version >= "3.8" and python_version < "3.9"
appdirs==1.4.4 ; python_version >= "3.8" and python_version < "3.9"
asgiref==3.6.0 ; python_version >= "3.8" and python_version < "3.9"
certifi==2022.12.7 ; python_version >= "3.8" and python_version < "3.9"
cffi==1.15.1 ; python_version >= "3.8" and python_version < "3.9"
charset-normalizer==2.1.1 ; python_version >= "3.8" and python_version < "3.9"
click==8.0.4 ; python_version >= "3.8" and python_version < "3.9"
colorama==0.4.4 ; python_version >= "3.8" and python_version < "3.9" and platform_system == "Windows"
cython==0.29.24 ; python_version >= "3.8" and python_version < "3.9"
fastapi==0.70.0 ; python_version >= "3.8" and python_version < "3.9"
h11==0.14.0 ; python_version >= "3.8" and python_version < "3.9"
idna==3.4 ; python_version >= "3.8" and python_version < "3.9"
jinja2==3.1.2 ; python_version >= "3.8" and python_version < "3.9"
markupsafe==2.1.1 ; python_version >= "3.8" and python_version < "3.9"
numpy==1.20.0 ; python_version >= "3.8" and python_version < "3.9"
pip-licenses==3.5.5 ; python_version >= "3.8" and python_version < "3.9"
ptable==0.9.2 ; python_version >= "3.8" and python_version < "3.9"
pycparser==2.21 ; python_version >= "3.8" and python_version < "3.9"
pydantic==1.10.2 ; python_version >= "3.8" and python_version < "3.9"
pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@f4ade29ef9a4f43d8605103cb5bacc29e0b2ccae ; python_version >= "3.8" and python_version < "3.9"
python-multipart==0.0.5 ; python_version >= "3.8" and python_version < "3.9"
pyworld==0.3.0 ; python_version >= "3.8" and python_version < "3.9"
pyyaml==6.0 ; python_version >= "3.8" and python_version < "3.9"
requests==2.28.1 ; python_version >= "3.8" and python_version < "3.9"
scipy==1.7.1 ; python_version >= "3.8" and python_version < "3.9"
six==1.16.0 ; python_version >= "3.8" and python_version < "3.9"
sniffio==1.3.0 ; python_version >= "3.8" and python_version < "3.9"
soundfile==0.10.3.post1 ; python_version >= "3.8" and python_version < "3.9"
starlette==0.16.0 ; python_version >= "3.8" and python_version < "3.9"
tqdm==4.64.1 ; python_version >= "3.8" and python_version < "3.9"
typing-extensions==4.4.0 ; python_version >= "3.8" and python_version < "3.9"
urllib3==1.26.13 ; python_version >= "3.8" and python_version < "3.9"
uvicorn==0.15.0 ; python_version >= "3.8" and python_version < "3.9"
aiofiles==0.7.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
anyio==3.6.2 ; python_full_version >= "3.8.1" and python_version < "3.9"
appdirs==1.4.4 ; python_full_version >= "3.8.1" and python_version < "3.9"
asgiref==3.6.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
certifi==2022.12.7 ; python_full_version >= "3.8.1" and python_version < "3.9"
cffi==1.15.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
charset-normalizer==2.1.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
click==8.0.4 ; python_full_version >= "3.8.1" and python_version < "3.9"
colorama==0.4.4 ; python_full_version >= "3.8.1" and python_version < "3.9" and platform_system == "Windows"
cython==0.29.24 ; python_full_version >= "3.8.1" and python_version < "3.9"
fastapi==0.70.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
h11==0.14.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
idna==3.4 ; python_full_version >= "3.8.1" and python_version < "3.9"
jinja2==3.1.2 ; python_full_version >= "3.8.1" and python_version < "3.9"
markupsafe==2.1.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
numpy==1.20.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
pip-licenses==3.5.5 ; python_full_version >= "3.8.1" and python_version < "3.9"
ptable==0.9.2 ; python_full_version >= "3.8.1" and python_version < "3.9"
pycparser==2.21 ; python_full_version >= "3.8.1" and python_version < "3.9"
pydantic==1.10.2 ; python_full_version >= "3.8.1" and python_version < "3.9"
pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@f4ade29ef9a4f43d8605103cb5bacc29e0b2ccae ; python_full_version >= "3.8.1" and python_version < "3.9"
python-multipart==0.0.5 ; python_full_version >= "3.8.1" and python_version < "3.9"
pyworld==0.3.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
pyyaml==6.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
requests==2.28.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
scipy==1.7.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
six==1.16.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
sniffio==1.3.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
soundfile==0.10.3.post1 ; python_full_version >= "3.8.1" and python_version < "3.9"
starlette==0.16.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
tqdm==4.64.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
typing-extensions==4.4.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
urllib3==1.26.13 ; python_full_version >= "3.8.1" and python_version < "3.9"
uvicorn==0.15.0 ; python_full_version >= "3.8.1" and python_version < "3.9"