diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e54c6d3b..e93e3dc8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -61,13 +61,13 @@ repos: - pygithub - rich - tomli + - tomli_w - types-certifi - types-click - types-dataclasses - types-jinja2 - types-pyyaml - types-requests - - types-toml - bracex - dataclasses - id: mypy diff --git a/setup.py b/setup.py index 2ceaa359..cd4956e1 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ extras = { "pytest-timeout", "pytest-xdist", "build", - "toml_w", + "tomli_w", ], "bin": [ "click",