Skip to content

Commit 236ca09

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

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
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:

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ always_false = [
7474
]
7575
disallow_any_decorated = true
7676
disallow_any_explicit = true
77-
follow_imports = "silent"
7877
scripts_are_modules = true
7978
show_error_codes = true
8079
strict = true

0 commit comments

Comments
 (0)