diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e764934..9ade1e6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -23,7 +23,7 @@ repos: - id: check-docstring-first - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.19.1 hooks: - id: pyupgrade args: [--py36-plus] @@ -35,7 +35,7 @@ repos: - id: yesqa - repo: https://github.com/omnilib/ufmt - rev: v2.7.0 + rev: v2.8.0 hooks: - id: ufmt additional_dependencies: @@ -53,7 +53,7 @@ repos: # - mdformat_frontmatter - repo: https://github.com/PyCQA/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 name: PEP8