diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 22a0b46..bb8cc24 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ --- repos: - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 24.3.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -17,11 +17,11 @@ repos: - id: check-yaml files: .*\.(yaml|yml)$ - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.0.0 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.1.1 + rev: v1.9.0 hooks: - id: mypy - repo: https://github.com/openstack-dev/bashate.git