diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ed52116..318b788 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ --- repos: - - repo: https://github.com/python/black - rev: 19.10b0 + - repo: https://github.com/psf/black + rev: 23.1.0 hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.1.0 + rev: v4.4.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -17,18 +17,18 @@ repos: - id: debug-statements - id: check-yaml files: .*\.(yaml|yml)$ - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.3 + - repo: https://github.com/PyCQA/flake8 + rev: 6.0.0 hooks: - id: flake8 additional_dependencies: - flake8-black - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v0.782 + rev: v1.0.0 hooks: - id: mypy - repo: https://github.com/adrienverge/yamllint.git - rev: v1.24.2 + rev: v1.29.0 hooks: - id: yamllint files: \.(yaml|yml)$