diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 187814e..4505762 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: autoupdate_commit_msg: ':robot: pre-commit autoupdate' repos: - repo: https://github.com/executablebooks/mdformat - rev: 0.7.16 + rev: 0.7.17 hooks: - id: mdformat # Optionally add plugins @@ -12,7 +12,7 @@ repos: - mdformat-black - mdformat-shfmt - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files args: ['--maxkb=50000'] @@ -34,17 +34,17 @@ repos: - id: trailing-whitespace exclude: 'setup.cfg' - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.3.0 # Replace with any tag/version: https://github.com/psf/black/tags + rev: 24.1.1 # Replace with any tag/version: https://github.com/psf/black/tags hooks: - id: black language_version: python3 additional_dependencies: ['click==8.0.4'] # Currently >8.0.4 breaks black - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.0.0 hooks: - id: flake8 additional_dependencies: [