diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fb4d053..9a6f8a5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,13 +19,13 @@ repos: - id: yamlfmt - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.9.1 hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 args: [--count, --show-source, --statistics] @@ -44,7 +44,7 @@ repos: - id: setup-cfg-fmt - repo: https://github.com/sirosen/check-jsonschema - rev: 0.23.2 + rev: 0.27.0 hooks: - id: check-github-workflows