Skip to content

Commit

Permalink
style(pre-commit.ci): pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/commitizen-tools/commitizen: v3.21.3 → v3.27.0](commitizen-tools/commitizen@v3.21.3...v3.27.0)
- [github.com/python-jsonschema/check-jsonschema: 0.28.1 → 0.28.6](python-jsonschema/check-jsonschema@0.28.1...0.28.6)
- [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)
- [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.5.0](astral-sh/ruff-pre-commit@v0.3.5...v0.5.0)
  • Loading branch information
pre-commit-ci[bot] committed Jul 2, 2024
1 parent eb13136 commit bc63fe7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml

- repo: https://github.com/commitizen-tools/commitizen
rev: v3.21.3
rev: v3.27.0
hooks:
- id: commitizen

Expand All @@ -38,17 +38,17 @@ repos:
args: ["-d relaxed"]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.1
rev: 0.28.6
hooks:
- id: check-github-workflows

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.5.0
hooks:
- id: ruff
args: [ --fix ]
Expand Down

0 comments on commit bc63fe7

Please sign in to comment.