Skip to content

Commit

Permalink
Merge pull request #2328 from marshmallow-code/rm_pytz
Browse files Browse the repository at this point in the history
Remove types-pytz from pre-commit config
  • Loading branch information
lafrech authored Oct 25, 2024
2 parents 91d5c0c + 77229d1 commit 31d67b9
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 31d67b9

Please sign in to comment.