Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 4, 2023
1 parent 0640ce1 commit 67f9581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 67f9581

Please sign in to comment.