Skip to content

Commit 4504986

Browse files
Copilotcclauss
andauthored
chore: comment out mypy until it supports Python 3.14 bracketless except
Agent-Logs-Url: https://github.com/TheAlgorithms/Python/sessions/465bf858-594a-4ca3-84b7-915fb68dd949 Co-authored-by: cclauss <3709715+cclauss@users.noreply.github.com>
1 parent 966a1ee commit 4504986

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,17 @@ repos:
4949
hooks:
5050
- id: validate-pyproject
5151

52-
- repo: https://github.com/pre-commit/mirrors-mypy
53-
rev: v1.20.0
54-
hooks:
55-
- id: mypy
56-
args:
57-
- --explicit-package-bases
58-
- --ignore-missing-imports
59-
- --install-types
60-
- --non-interactive
52+
# - repo: https://github.com/pre-commit/mirrors-mypy
53+
# rev: v1.20.0
54+
# hooks:
55+
# - id: mypy
56+
# args:
57+
# - --explicit-package-bases
58+
# - --ignore-missing-imports
59+
# - --install-types
60+
# - --non-interactive
61+
# TODO: re-enable when mypy supports Python 3.14 bracketless except syntax
62+
# (https://docs.python.org/3.14/whatsnew/3.14.html#whatsnew314-bracketless-except)
6163

6264
- repo: https://github.com/pre-commit/mirrors-prettier
6365
rev: v4.0.0-alpha.8

0 commit comments

Comments
 (0)