Skip to content

Commit

Permalink
⬆ [pre-commit.ci] pre-commit autoupdate (astronomer#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored and arojasb3 committed Jul 14, 2024
1 parent 3809de2 commit 67cf3d4
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 @@ -41,20 +41,20 @@ repos:
- id: rst-backticks
- id: python-check-mock-methods
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.4
rev: v1.5.5
hooks:
- id: remove-crlf
- id: remove-tabs
exclude: ^docs/make.bat$|^docs/Makefile$|^dev/dags/dbt/jaffle_shop/seeds/raw_orders.csv$
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.1
hooks:
- id: pyupgrade
args:
- --py37-plus
- --keep-runtime-typing
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.1
rev: v0.2.2
hooks:
- id: ruff
args:
Expand Down

0 comments on commit 67cf3d4

Please sign in to comment.