Skip to content

Commit

Permalink
Remove types-pytz from pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Oct 25, 2024
1 parent 91d5c0c commit 77229d1
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 @@ -21,6 +21,6 @@ repos:
rev: v1.11.2
hooks:
- id: mypy
additional_dependencies: [types-simplejson, types-pytz, packaging]
additional_dependencies: [types-simplejson, packaging]
# these files are checked under `tox -e mypy-test`
exclude: ^tests/mypy_test_cases/.*$

0 comments on commit 77229d1

Please sign in to comment.