diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de261200..73694286 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black @@ -28,7 +28,7 @@ repos: files: \.py$ - repo: https://github.com/asottile/pyupgrade - rev: v3.8.0 + rev: v3.9.0 hooks: - id: pyupgrade args: [--py37-plus] @@ -46,7 +46,7 @@ repos: stages: [manual] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.23.2 + rev: 0.23.3 hooks: - id: check-jsonschema name: "Check GitHub Workflows"