diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5435f0ce2..c2d2ca022 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,13 +39,13 @@ repos: - --exclude-files poetry.lock - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.3.7' + rev: 'v0.4.2' hooks: - id: ruff-format - id: ruff args: [--extend-ignore=D1, --fix] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.9.0 + rev: v1.10.0 hooks: - id: mypy args: @@ -60,7 +60,7 @@ repos: - types-pymysql - types-requests - repo: https://github.com/sqlfluff/sqlfluff - rev: 3.0.4 + rev: 3.0.5 hooks: - id: sqlfluff-fix # Arbitrary arguments to show an example