Skip to content

Commit

Permalink
Update mypy config.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Mar 18, 2024
1 parent ffea34c commit e7c8df6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ repos:
rev: v1.9.0
hooks:
- id: mypy
types: [python]
args: [--disable-error-code=import-untyped, --ignore-missing-imports, --install-types, --non-interactive, --strict]
exclude: "tests"

- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
1 change: 0 additions & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ coverage == 7.4.*
mypy == 1.9.*
pre-commit == 3.5.*
requests == 2.31.*
types-requests == 2.31.*
tox == 4.13.*

0 comments on commit e7c8df6

Please sign in to comment.