diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ad92b4e..9ce6a2e 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: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -12,31 +12,31 @@ repos: language_version: python3 - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.4.0 + rev: v2.7.0 hooks: - id: setup-cfg-fmt args: [--include-version-classifiers, --min-py-version, "3.7", --max-py-version, "3.11"] - repo: https://github.com/asottile/pyupgrade - rev: v3.9.0 + rev: v3.19.1 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort name: isort (python) args: ["--profile", "black", "--filter-files"] - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.4.1 + rev: v1.14.1 hooks: - id: mypy additional_dependencies: [types-all]