Skip to content

Commit

Permalink
⬆ [pre-commit.ci] pre-commit autoupdate (#575)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/codespell-project/codespell: v2.2.5 →
v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6)
- [github.com/asottile/pyupgrade: v3.13.0 →
v3.14.0](asottile/pyupgrade@v3.13.0...v3.14.0)
- [github.com/astral-sh/ruff-pre-commit: v0.0.291 →
v0.0.292](astral-sh/ruff-pre-commit@v0.0.291...v0.0.292)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Oct 4, 2023
1 parent fabedd8 commit 435a699
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 @@ -25,7 +25,7 @@ repos:
args: ['--autofix']
- id: trailing-whitespace
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
name: Run codespell to check for common misspellings in files
Expand All @@ -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.13.0
rev: v3.14.0
hooks:
- id: pyupgrade
args:
- --py37-plus
- --keep-runtime-typing
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.291
rev: v0.0.292
hooks:
- id: ruff
args:
Expand Down

0 comments on commit 435a699

Please sign in to comment.