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.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/commitizen-tools/commitizen: v3.13.0 → v3.15.0](commitizen-tools/commitizen@v3.13.0...v3.15.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8)
- [github.com/adrienverge/yamllint.git: v1.32.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.32.0...v1.35.1)
- [github.com/python-jsonschema/check-jsonschema: 0.26.3 → 0.28.0](python-jsonschema/check-jsonschema@0.26.3...0.28.0)
- [github.com/asottile/pyupgrade: v3.10.1 → v3.15.1](asottile/pyupgrade@v3.10.1...v3.15.1)
- [github.com/psf/black: 23.7.0 → 24.2.0](psf/black@23.7.0...24.2.0)
- [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.2.2](astral-sh/ruff-pre-commit@v0.0.287...v0.2.2)
  • Loading branch information
pre-commit-ci[bot] committed Feb 20, 2024
1 parent 741520f commit 1f90115
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ ci:

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

- repo: https://github.com/commitizen-tools/commitizen
rev: v3.13.0
rev: v3.15.0
hooks:
- id: commitizen

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v4.0.0-alpha.8
hooks:
- id: prettier
additional_dependencies: [prettier, prettier-plugin-toml, prettier-plugin-ini]
Expand All @@ -32,28 +32,28 @@ repos:
- mdformat-black

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.32.0
rev: v1.35.1
hooks:
- id: yamllint
args: ["-d relaxed"]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.26.3
rev: 0.28.0
hooks:
- id: check-github-workflows

- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.15.1
hooks:
- id: pyupgrade

- repo: https://github.com/psf/black
rev: 23.7.0
rev: 24.2.0
hooks:
- id: black

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

0 comments on commit 1f90115

Please sign in to comment.