Skip to content

Commit

Permalink
Deactivate mypy on pre-commit.ci
Browse files Browse the repository at this point in the history
Apparently, pre-commit.ci uses Python 3.12 for which numpy 1.24.4 is
not natively available. Once we drop 3.8 support, we can upgrade to
numpy 2.0.2 and reactivate mypy in CI
  • Loading branch information
juhannc committed Sep 20, 2024
1 parent f705d35 commit df15b9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# SPDX-FileCopyrightText: 2024 German Aerospace Center (DLR) <https://dlr.de>
#
# SPDX-License-Identifier: MIT
# CI Settings
ci:
skip: [mypy] # Apparently, mypy on pre-commit.ci uses Python 3.12 for which numpy 1.24.4 is not available

# Here are some commonly used pre-commit hooks. You can find more at:
# <https://github.com/pre-commit/pre-commit-hooks>
repos:
Expand Down

0 comments on commit df15b9a

Please sign in to comment.