Skip to content

Commit

Permalink
style(pre-commit.ci): pre-commit autoupdate (#30)
Browse files Browse the repository at this point in the history
updates:
- [github.com/commitizen-tools/commitizen: 3.2.2 → 3.8.0](commitizen-tools/commitizen@3.2.2...3.8.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.1 → v3.0.3](pre-commit/mirrors-prettier@v3.0.1...v3.0.3)
- [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](executablebooks/mdformat@0.7.16...0.7.17)
- [github.com/python-jsonschema/check-jsonschema: 0.23.1 → 0.26.3](python-jsonschema/check-jsonschema@0.23.1...0.26.3)
- [github.com/asottile/pyupgrade: v3.6.0 → v3.10.1](asottile/pyupgrade@v3.6.0...v3.10.1)
- [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.272 → v0.0.287](astral-sh/ruff-pre-commit@v0.0.272...v0.0.287)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Sep 11, 2023
1 parent 593a589 commit b43cb0d
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 @@ -11,19 +11,19 @@ repos:
- id: check-yaml

- repo: https://github.com/commitizen-tools/commitizen
rev: 3.2.2
rev: 3.8.0
hooks:
- id: commitizen

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.1
rev: v3.0.3
hooks:
- id: prettier
additional_dependencies: [prettier, prettier-plugin-toml, prettier-plugin-ini]
types: ["ini", "toml", "yaml"]

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.16 # Use the ref you want to point at
rev: 0.7.17 # Use the ref you want to point at
hooks:
- id: mdformat
# Optionally add plugins
Expand All @@ -38,22 +38,22 @@ repos:
args: ["-d relaxed"]

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

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

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

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

0 comments on commit b43cb0d

Please sign in to comment.