diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 350074a..2b0ce6b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.18.0 + rev: v1.19.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/pre-commit/mirrors-mypy diff --git a/setup.cfg b/setup.cfg index be8db6d..af4c7b5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ install_requires = babi-grammars identify onigurumacffi>=0.0.18 - importlib_metadata>=1;python_version<"3.8" + importlib-metadata>=1;python_version<"3.8" windows-curses;sys_platform=="win32" python_requires = >=3.7