Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-10-13 20:44:04 +0200
committerGitHub <noreply@github.com>2023-10-13 20:44:04 +0200
commit3c2ed1c121f0cbe6340753f50e5c58b83675990b (patch)
tree1ca58e8f54439789685d560b660eaf70d355e153
parentd1ea6db9aaad367dac183c7eb31083830600a4b8 (diff)
chore(deps): update dependency dev/pre-commit to v3.5.0 (#2164)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index c6202d64..551b9241 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,7 +30,7 @@ Source = "https://github.com/archlinux/archinstall"
[project.optional-dependencies]
dev = [
"mypy==1.6.0",
- "pre-commit==3.4.0",
+ "pre-commit==3.5.0",
]
doc = ["sphinx"]