diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 695dac2..5f8be24 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.6.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -25,7 +25,7 @@ repos: - id: detect-private-key - repo: https://github.com/asottile/pyupgrade - rev: v2.37.3 + rev: v3.16.0 hooks: - id: pyupgrade args: [--py36-plus] @@ -35,8 +35,8 @@ repos: app.py ) - - repo: https://github.com/myint/docformatter - rev: v1.5.0 + - repo: https://github.com/PyCQA/docformatter + rev: v1.7.5 hooks: - id: docformatter args: [--in-place, --wrap-summaries=120, --wrap-descriptions=120] @@ -46,7 +46,7 @@ repos: ) - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: [--profile, black] @@ -56,7 +56,7 @@ repos: ) - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 24.4.2 hooks: - id: black name: Black code @@ -66,7 +66,7 @@ repos: ) - repo: https://github.com/executablebooks/mdformat - rev: 0.7.15 + rev: 0.7.17 hooks: - id: mdformat additional_dependencies: @@ -80,7 +80,7 @@ repos: ) - repo: https://github.com/asottile/yesqa - rev: v1.4.0 + rev: v1.5.0 hooks: - id: yesqa exclude: | @@ -89,7 +89,7 @@ repos: ) - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 7.1.0 hooks: - id: flake8 exclude: |