Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Mar 18, 2024
1 parent 6c83548 commit 1415d5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ repos:
rev: v1.9.0
hooks:
- id: mypy
args: [--ignore-missing-imports, --strict]
exclude: "tests"
additional_dependencies: [types-requests]
# additional_dependencies: [types-requests]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
Expand Down

0 comments on commit 1415d5a

Please sign in to comment.