Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-04-16 20:28:10 +1000
committerGitHub <noreply@github.com>2024-04-16 20:28:10 +1000
commit5aa616e70de0d5d5d1128945484b2892ce91be29 (patch)
tree99f8c9b549cb97474797f0903f586159e6628425 /pyproject.toml
parentf4ce69b5c71175311c5401b282050ac3273d421c (diff)
chore(deps): update dependency dev/pre-commit to v3.7.0 (#2434)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index c0afc9a4..20b8955e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -31,7 +31,7 @@ Source = "https://github.com/archlinux/archinstall"
log = ["systemd_python==235"]
dev = [
"mypy==1.9.0",
- "pre-commit==3.6.2",
+ "pre-commit==3.7.0",
]
doc = ["sphinx"]