Skip to content

Commit

Permalink
Merge pull request #20 from astronomer/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
pgvishnuram committed Jan 4, 2022
2 parents bc2c197 + 8698f67 commit 19f30ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ repos:
hooks:
- id: codespell
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.4.1"
rev: "v2.5.1"
hooks:
- id: prettier
args: ["--print-width=135"]
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.0
rev: v2.31.0
hooks:
- id: pyupgrade
args: ["--py38-plus"]
- repo: https://github.com/psf/black
rev: 21.9b0
rev: 21.12b0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: check-case-conflict
- id: check-merge-conflict
Expand Down

0 comments on commit 19f30ea

Please sign in to comment.