Skip to content

Commit

Permalink
πŸ’” take out mypy for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyzhang01 committed Nov 7, 2024
1 parent 3f5fd46 commit 0df3281
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,3 @@ repos:
- id: flake8
args: [--config, backend/setup.cfg]
- id: detect-private-key

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0 # Use the latest version
hooks:
- id: mypy
additional_dependencies: [
'types-requests',
'types-python-dateutil',
'django-stubs',
'djangorestframework-stubs',
]
args: [
--strict,
--ignore-missing-imports,
--disallow-untyped-defs,
--disallow-incomplete-defs,
--check-untyped-defs,
--disallow-untyped-decorators,
--no-implicit-optional,
--warn-redundant-casts,
--warn-unused-ignores,
--warn-return-any,
--no-implicit-reexport,
]

0 comments on commit 0df3281

Please sign in to comment.