diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0d99a4104..6720bad6b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,18 +28,18 @@ repos: - --skip-glob - "**/migrations/*.py" - repo: https://github.com/sirosen/check-jsonschema - rev: 0.27.0 + rev: 0.27.1 hooks: - id: check-github-workflows - id: check-readthedocs - repo: https://github.com/adrienverge/yamllint - rev: v1.32.0 + rev: v1.33.0 hooks: - id: yamllint args: [-c, .yamllint.yml] # exclude: (feder/letters/logs/cassettes/.*|docker-compose.yml) - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black args: