diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 49be9ad..4bc21a6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,22 +1,22 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v4.5.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - id: requirements-txt-fixer - - repo: https://github.com/timothycrosley/isort - rev: 5.5.2 + - repo: https://github.com/PyCQA/isort + rev: 5.13.2 hooks: - id: isort args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 24.3.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v0.720' + rev: 'v1.9.0' hooks: - id: mypy args: [--ignore-missing-imports, --disallow-untyped-defs]