Skip to content

Commit

Permalink
Merge pull request #1471 from mitodl/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
shaidar authored Feb 12, 2025
2 parents 5e21f23 + 427f876 commit 7e39784
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 @@ -42,13 +42,13 @@ repos:
- --exclude-files poetry.lock
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.9.4'
rev: 'v0.9.6'
hooks:
- id: ruff-format
- id: ruff
args: [--extend-ignore=D1, --fix]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.1
rev: v1.15.0
hooks:
- id: mypy
args:
Expand All @@ -63,7 +63,7 @@ repos:
- types-pymysql
- types-requests
- repo: https://github.com/sqlfluff/sqlfluff
rev: 3.3.0
rev: 3.3.1
hooks:
- id: sqlfluff-fix
# Arbitrary arguments to show an example
Expand Down

0 comments on commit 7e39784

Please sign in to comment.