diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a061dab..b4d6e5e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,27 +26,27 @@ repos: - id: blackdoc - repo: https://github.com/pycqa/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 exclude: docs/source/conf.py args: [--max-line-length=105] - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort additional_dependencies: [toml] args: ["--profile", "black", "--filter-files"] - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 24.2.0 hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.0 + rev: v1.9.0 hooks: - id: mypy exclude: docs/source/conf.py @@ -62,7 +62,7 @@ repos: - --quiet-level=2 - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.1 hooks: - id: pyupgrade args: