diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a5670c7..e1d03aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: "v0.4.7" + rev: "v0.5.6" hooks: # Run the linter. - id: ruff @@ -28,7 +28,7 @@ repos: additional_dependencies: [ # Type stubs types-python-dateutil, - types-pkg_resources, + types-setuptools, types-PyYAML, types-pytz, # Dependencies that are typed