diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33bbf40..9da5b74 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,24 +1,24 @@ repos: - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: ["--profile", "black", "--filter-files"] -- repo: https://github.com/python/black - rev: 23.1.0 +- repo: https://github.com/psf/black + rev: 24.8.0 hooks: - id: black language_version: python3 - repo: https://github.com/pycqa/flake8 - rev: 3.7.9 + rev: 7.1.1 hooks: - id: flake8 language_version: python3 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.1.1 + rev: v1.11.1 hooks: - id: mypy - repo: https://github.com/tox-dev/pyproject-fmt - rev: "0.9.2" + rev: "2.2.1" hooks: - id: pyproject-fmt