[pre-commit.ci] pre-commit autoupdate (#424)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
05e3aaa8d7
commit
733d19628a
|
@ -20,11 +20,11 @@ repos:
|
|||
- id: tox-ini-fmt
|
||||
args: ["-p", "fix"]
|
||||
- repo: https://github.com/tox-dev/pyproject-fmt
|
||||
rev: "v2.4.3"
|
||||
rev: "v2.5.0"
|
||||
hooks:
|
||||
- id: pyproject-fmt
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: "v0.7.1"
|
||||
rev: "v0.7.2"
|
||||
hooks:
|
||||
- id: ruff-format
|
||||
- id: ruff
|
||||
|
|
|
@ -54,7 +54,7 @@ optional-dependencies.test = [
|
|||
"pytest-console-scripts>=1.4.1",
|
||||
"pytest-cov>=5",
|
||||
"pytest-mock>=3.14",
|
||||
"virtualenv<21,>=20.26.4",
|
||||
"virtualenv>=20.26.4,<21",
|
||||
]
|
||||
urls.Changelog = "https://github.com/tox-dev/pipdeptree/releases"
|
||||
urls.Documentation = "https://github.com/tox-dev/pipdeptree/blob/main/README.md#pipdeptree"
|
||||
|
|
Loading…
Reference in New Issue