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.28.0](commitizen-tools/commitizen@v3.21.3...v3.28.0)
- [github.com/python-jsonschema/check-jsonschema: 0.28.1 → 0.29.1](python-jsonschema/check-jsonschema@0.28.1...0.29.1)
- [github.com/asottile/pyupgrade: v3.15.2 → v3.17.0](asottile/pyupgrade@v3.15.2...v3.17.0)
- [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.5.5](astral-sh/ruff-pre-commit@v0.3.5...v0.5.5)
  • Loading branch information
pre-commit-ci[bot] authored Jul 29, 2024
1 parent eb13136 commit 3e780aa
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.28.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.29.1
hooks:
- id: check-github-workflows

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

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

0 comments on commit 3e780aa

Please sign in to comment.