diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b62e9cc..eff6fc0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-docstring-first @@ -11,24 +11,24 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.21.2 hooks: - id: pyupgrade - - repo: https://github.com/psf/black - rev: 24.3.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.5.1 hooks: - id: black # https://pycqa.github.io/isort/docs/configuration/black_compatibility.html - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 9.0.1 hooks: - id: isort args: [--profile, black, --filter-files] - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.3.0 hooks: - id: flake8 @@ -45,7 +45,7 @@ repos: # - id: setup-cfg-fmt - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.12.0 + rev: v2.16.0 hooks: - id: pretty-format-toml args: [--autofix] @@ -54,7 +54,7 @@ repos: # args: [--autofix] - repo: https://github.com/executablebooks/mdformat - rev: 0.7.17 + rev: 1.0.0 hooks: - id: mdformat additional_dependencies: