Skip to content

Commit

Permalink
Merge branch 'main' into k8s-emit-datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana authored Sep 26, 2023
2 parents bdaf2ef + 6a3ca35 commit cb82d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ repos:
- 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.11.0
rev: v3.13.0
hooks:
- id: pyupgrade
args:
- --py37-plus
- --keep-runtime-typing
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.290
rev: v0.0.291
hooks:
- id: ruff
args:
Expand Down

0 comments on commit cb82d82

Please sign in to comment.