Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.4.2](astral-sh/ruff-pre-commit@v0.3.7...v0.4.2)
- [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0)
- [github.com/sqlfluff/sqlfluff: 3.0.4 → 3.0.5](sqlfluff/sqlfluff@3.0.4...3.0.5)
  • Loading branch information
pre-commit-ci[bot] authored Apr 29, 2024
1 parent fb419e9 commit 4118bb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 4118bb3

Please sign in to comment.