Skip to content

Commit b67a6ad

Browse files
chore: set pre-commit mypy args to empty list
https://github.com/pre-commit/mirrors-mypy/blob/master/.pre-commit-hooks.yaml Sets some default args which seem to be interfering with things. Plus we set all of our args in the `pyproject.toml` file.
1 parent 5f10b3b commit b67a6ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ repos:
3333
rev: v0.910
3434
hooks:
3535
- id: mypy
36+
args: []
3637
additional_dependencies:
3738
- types-PyYAML==6.0.1
3839
- types-requests==2.26.1

0 commit comments

Comments
 (0)