Skip to content

Commit

Permalink
Auto-update pre-commit hooks (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: bieniu <[email protected]>
  • Loading branch information
github-actions[bot] and bieniu authored Feb 17, 2023
1 parent 6688fc3 commit c3d5257
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.237
rev: v0.0.247
hooks:
- id: ruff
args:
Expand Down Expand Up @@ -73,12 +73,12 @@ repos:
hooks:
- id: yamllint
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v3.0.0-alpha.4
hooks:
- id: prettier
stages: [manual]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.991"
rev: "v1.0.0"
hooks:
- id: mypy
files: ^(gios)/.+\.py$

0 comments on commit c3d5257

Please sign in to comment.