diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 47db02dc9..3f18beaea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: types_or: [python, pyi] - repo: /~https://github.com/psf/black - rev: 23.11.0 + rev: 23.12.1 hooks: - id: black types: [file] @@ -44,7 +44,7 @@ repos: language_version: python3 - repo: /~https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort types: [file] @@ -92,7 +92,7 @@ repos: additional_dependencies: [flake8-docstrings, flake8-print>=5.0.0] - repo: /~https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 name: "flake8 lint code" @@ -104,7 +104,7 @@ repos: - "--count" - repo: /~https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 alias: flake8-docs @@ -116,7 +116,7 @@ repos: additional_dependencies: [flake8-docstrings, darglint==1.8.0] - repo: /~https://github.com/pre-commit/mirrors-mypy - rev: v1.7.1 + rev: v1.8.0 hooks: - id: mypy exclude: "docs|benchmark/|.*/tests?/.*"