diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b627951..69f4393 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: check-yaml - id: check-toml @@ -13,7 +13,7 @@ repos: - id: check-added-large-files exclude: example/ - repo: https://github.com/psf/black.git - rev: 23.1.0 + rev: 24.4.2 hooks: - id: black # - repo: https://github.com/asottile/blacken-docs @@ -22,19 +22,19 @@ repos: # - id: blacken-docs # additional_dependencies: [black==21.12b0] - repo: https://github.com/PyCQA/isort.git - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort additional_dependencies: [toml==0.10.2] - repo: https://github.com/PyCQA/flake8.git - rev: 6.0.0 + rev: 7.1.0 hooks: - id: flake8 additional_dependencies: [flake8-docstrings] entry: flake8 --docstring-convention google --max-doc-length 100 --max-line-length 88 --ignore E203,W503,W605 exclude: example/ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.0.0 + rev: v1.10.1 hooks: - id: mypy additional_dependencies: