Skip to content

Commit

Permalink
Merge pull request #3 from martibosch/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
style(pre-commit.ci): pre-commit autoupdate
  • Loading branch information
martibosch committed Jun 13, 2023
2 parents 11e81c6 + d237740 commit 223718b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ repos:
- id: check-yaml

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

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.6
rev: v3.0.0-alpha.9-for-vscode
hooks:
- id: prettier
additional_dependencies: [prettier, prettier-plugin-toml, prettier-plugin-ini]
Expand All @@ -32,18 +32,18 @@ repos:
- mdformat-black

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

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

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

Expand All @@ -53,7 +53,7 @@ repos:
- id: black

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

0 comments on commit 223718b

Please sign in to comment.