We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ded8d1 commit ae65dc3Copy full SHA for ae65dc3
.pre-commit-config.yaml
@@ -1,5 +1,4 @@
1
# SPDX-FileCopyrightText: 2020 Diego Elio Pettenò
2
-# SPDX-FileCopyrightText: 2023 Matt Land
3
#
4
# SPDX-License-Identifier: Unlicense
5
@@ -41,16 +40,3 @@ repos:
41
40
files: "^tests/"
42
args:
43
- --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