diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3669c11..5ae622e 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: v4.6.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: double-quote-string-fixer - id: requirements-txt-fixer - repo: https://github.com/PyCQA/flake8 - rev: 7.1.1 + rev: 7.3.0 hooks: - id: flake8 args: - '--max-line-length=88' - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.1 + rev: v1.17.1 hooks: - id: mypy - repo: https://github.com/asottile/reorder-python-imports - rev: v3.13.0 + rev: v3.15.0 hooks: - id: reorder-python-imports