From 77229d129cd1a7bc85307fcec5595c90e4182f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lafr=C3=A9choux?= Date: Fri, 25 Oct 2024 23:47:34 +0200 Subject: [PATCH] Remove types-pytz from pre-commit config --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5123067a6..f7e780eca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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/.*$