Skip to content

Commit

Permalink
[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.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/commitizen-tools/commitizen: v3.29.0 → v3.29.1](commitizen-tools/commitizen@v3.29.0...v3.29.1)
- [github.com/tox-dev/tox-ini-fmt: 1.3.2 → 1.4.1](tox-dev/tox-ini-fmt@1.3.2...1.4.1)
- [github.com/python-jsonschema/check-jsonschema: 0.29.2 → 0.29.4](python-jsonschema/check-jsonschema@0.29.2...0.29.4)
  • Loading branch information
pre-commit-ci[bot] authored Oct 14, 2024
1 parent 39567b7 commit f4e1b60
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
@@ -1,10 +1,10 @@
default_stages: [commit]
default_stages: [pre-commit]
default_language_version:
node: system

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -17,12 +17,12 @@ repos:
exclude: "{{ cookiecutter.repo_name }}/environment.yml"

- repo: https://github.com/commitizen-tools/commitizen
rev: v3.29.0
rev: v3.29.1
hooks:
- id: commitizen

- repo: https://github.com/tox-dev/tox-ini-fmt
rev: 1.3.2
rev: 1.4.1
hooks:
- id: tox-ini-fmt

Expand All @@ -33,7 +33,7 @@ repos:
exclude: "{{ cookiecutter.repo_name }}/environment.yml"

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.2
rev: 0.29.4
hooks:
- id: check-github-workflows

Expand Down

0 comments on commit f4e1b60

Please sign in to comment.