diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bf799fe..4960c26 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -19,13 +19,13 @@ repos: hooks: - id: teyit - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.1.1 hooks: - id: flake8 language_version: python3 additional_dependencies: [flake8-typing-imports==1.15.0] - repo: https://github.com/timothycrosley/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: [--filter-files] @@ -42,7 +42,7 @@ repos: additional_dependencies: [pygments, restructuredtext_lint] # This can deal with sphinx directives - repo: https://github.com/myint/rstcheck - rev: "v6.2.0" + rev: "v6.2.4" hooks: - id: rstcheck args: [--ignore-messages, Duplicate implicit target.*]