Skip to content

Commit 4f59d99

Browse files
committed
Try to get pre-commit CI checks to pass
1 parent 0f88d1e commit 4f59d99

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,10 @@ repos:
5858
rev: v1.11.2
5959
hooks:
6060
- id: mypy
61-
name: mypy
62-
entry: mypy
6361
language: python
64-
types: [python]
65-
args: ["--config-file=pyproject.toml"]
62+
pass_filenames: false
6663
require_serial: true
6764
additional_dependencies: ["types-typed-ast"]
68-
exclude: tests/testdata
6965
- repo: https://github.com/pre-commit/mirrors-prettier
7066
rev: v4.0.0-alpha.8
7167
hooks:

0 commit comments

Comments
 (0)