From 6415878631c0b7bb41d53c945a6a5492c20c0b9f Mon Sep 17 00:00:00 2001 From: mayeut Date: Sat, 1 Jul 2023 14:42:03 +0200 Subject: [PATCH] chore: remove cap on markdown-it-py Since it's an indirect dependency (of rich), just remove the line altogether. --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 37b12f9f4..7cbedcf05 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,6 @@ repos: - types-pyyaml - types-requests - bracex - - markdown-it-py<3 - id: mypy name: mypy 3.11 exclude: ^cibuildwheel/resources/.*py$