diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8a5634acf..63ef438e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ default_language_version: repos: # Formatters - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-ast - id: check-builtin-literals @@ -19,7 +19,7 @@ repos: args: [--remove] - repo: https://github.com/asottile/pyupgrade - rev: v3.15.1 + rev: v3.15.2 hooks: - id: pyupgrade types: [file] @@ -36,7 +36,7 @@ repos: types_or: [python, pyi] - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 24.4.2 hooks: - id: black types: [file] @@ -68,7 +68,7 @@ repos: - "metadata.vscode metadata.language_info.version" - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.4 + rev: 1.8.5 hooks: - id: nbqa-black additional_dependencies: [black==22.6.0] @@ -116,14 +116,14 @@ repos: additional_dependencies: [flake8-docstrings, darglint==1.8.0] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.9.0 + rev: v1.10.0 hooks: - id: mypy exclude: "docs|benchmark/|.*/tests?/.*" additional_dependencies: [types-all, types-attrs] - repo: https://github.com/econchick/interrogate - rev: 1.5.0 + rev: 1.7.0 hooks: - id: interrogate args: [--config=pyproject.toml, glotaran]