Skip to content

Commit ae65dc3

Browse files
committed
revert pre-commit mypy task change for now.
1 parent 7ded8d1 commit ae65dc3

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# SPDX-FileCopyrightText: 2020 Diego Elio Pettenò
2-
# SPDX-FileCopyrightText: 2023 Matt Land
32
#
43
# SPDX-License-Identifier: Unlicense
54

@@ -41,16 +40,3 @@ repos:
4140
files: "^tests/"
4241
args:
4342
- --disable=missing-docstring,consider-using-f-string,duplicate-code
44-
- repo: local
45-
hooks:
46-
- id: mypy
47-
name: mypy (library code)
48-
entry: "mypy ."
49-
language: python
50-
additional_dependencies: ["mypy==1.2.0"]
51-
types: [python]
52-
exclude: "^(docs/|examples/|tests/|setup.py$)"
53-
# use require_serial so that script
54-
# is only called once per commit
55-
require_serial: true
56-
pass_filenames: false

0 commit comments

Comments
 (0)