From 059a419e62b18951c4be0144d74234d6d838173c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Mon, 30 Dec 2024 18:25:18 +0200 Subject: [PATCH] Fixed asphalt core URL in pre-commit config --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f649616..7827a73 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: hooks: - id: mypy additional_dependencies: - - asphalt@git+https://github.com/asphalt-framework/asphalt@5.0 + - asphalt@git+https://github.com/asphalt-framework/asphalt - pytest - repo: https://github.com/pre-commit/pygrep-hooks