Skip to content

Commit

Permalink
chore: remove mypy cmd line option
Browse files Browse the repository at this point in the history
  • Loading branch information
jenstroeger committed Dec 8, 2021
1 parent c021c2b commit 04172fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ repos:
- id: mypy
files: ^src/package/|^tests/|setup.py
additional_dependencies: [types-setuptools==57.4.2,hypothesis==6.30.1]
args: [--ignore-missing-imports, --config-file, mypy.ini]
args: [--config-file, mypy.ini]

# Enable a whole bunch of useful helper hooks, too.
# See https://pre-commit.com/hooks.html for more hooks.
Expand Down

0 comments on commit 04172fc

Please sign in to comment.