diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4bd9e976..7ed76d1b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: fix-byte-order-marker - id: trailing-whitespace - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.10.0 + rev: 23.10.1 hooks: - id: black - repo: https://github.com/PyCQA/isort @@ -37,7 +37,7 @@ repos: hooks: - id: mypy - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.1 + rev: v1.5.4 hooks: - id: insert-license name: Insert Licence for Python, YAML and Dockerfiles