diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 58736c3..26ecac7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.2 + rev: v0.3.4 hooks: - id: ruff args: [--exit-non-zero-on-fix] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.2.0 + rev: 24.3.0 hooks: - id: black @@ -23,7 +23,7 @@ repos: exclude: .github/ISSUE_TEMPLATE/bug_report.md|tests/test_prettytable.py - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 + rev: v1.9.0 hooks: - id: mypy additional_dependencies: [types-colorama, types-setuptools]