Skip to content

Commit

Permalink
Auto-update pre-commit hooks (#168)
Browse files Browse the repository at this point in the history
Co-authored-by: bieniu <bieniu@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and bieniu committed Apr 28, 2023
1 parent e17e846 commit be30e36
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.262
rev: v0.0.263
hooks:
- id: ruff
args:
Expand Down Expand Up @@ -30,11 +30,11 @@ repos:
args:
- --branch=master
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.30.0
rev: v1.31.0
hooks:
- id: yamllint
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.6
rev: v3.0.0-alpha.9-for-vscode
hooks:
- id: prettier
stages: [manual]
Expand Down

0 comments on commit be30e36

Please sign in to comment.