diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 05cf663..67335d6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: check-hooks-apply - id: check-useless-excludes - repo: https://github.com/hofbi/dev-tools - rev: 1.10.0 + rev: 1.10.1 hooks: - id: check-sys-path-append - id: check-sys-path-insert @@ -147,7 +147,7 @@ repos: - --fix - --python=.venv/ additional_dependencies: - - ty==0.0.33 + - ty==0.0.34 types: - python - repo: https://github.com/asottile/pyupgrade @@ -157,7 +157,7 @@ repos: args: - --py310-plus - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.1 + rev: 0.37.2 hooks: - id: check-github-workflows - id: check-renovate