diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 73694286..75044c09 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.7.0 + rev: 23.9.1 hooks: - id: black @@ -28,13 +28,13 @@ repos: files: \.py$ - repo: https://github.com/asottile/pyupgrade - rev: v3.9.0 + rev: v3.11.0 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 additional_dependencies: @@ -46,7 +46,7 @@ repos: stages: [manual] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.23.3 + rev: 0.26.3 hooks: - id: check-jsonschema name: "Check GitHub Workflows"