Skip to content

Commit

Permalink
Auto-update pre-commit hooks (#139)
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 Mar 10, 2023
1 parent 3dd22ac commit 98a0490
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.253
rev: v0.0.254
hooks:
- id: ruff
args:
Expand All @@ -14,7 +14,7 @@ repos:
- --quiet
files: ^((gios|tests)/.+)?[^/]+\.py$
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.4
hooks:
- id: codespell
args:
Expand All @@ -34,12 +34,12 @@ repos:
hooks:
- id: yamllint
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.5
rev: v3.0.0-alpha.6
hooks:
- id: prettier
stages: [manual]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.0.1"
rev: "v1.1.1"
hooks:
- id: mypy
files: ^(gios)/.+\.py$

0 comments on commit 98a0490

Please sign in to comment.