diff --git a/pyproject.toml b/pyproject.toml index 4a308e7..ed70eec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,17 +50,14 @@ tests = [ "pytest", "pytest-cov", ] - [project.urls] Changelog = "https://github.com/hugovk/pepotron/releases" Homepage = "https://github.com/hugovk/pepotron" Source = "https://github.com/hugovk/pepotron" - [project.scripts] bpo = "pepotron.cli:bpo" pep = "pepotron.cli:main" - [tool.hatch] version.source = "vcs" diff --git a/tox.ini b/tox.ini index c1d6170..5f36902 100644 --- a/tox.ini +++ b/tox.ini @@ -20,10 +20,10 @@ commands = cog -Pr README.md [testenv:lint] -passenv = - PRE_COMMIT_COLOR skip_install = true deps = pre-commit +passenv = + PRE_COMMIT_COLOR commands = pre-commit run --all-files --show-diff-on-failure