Skip to content

Commit

Permalink
Merge pull request #165 from chemelli74/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
chore(pre-commit.ci): pre-commit autoupdate
  • Loading branch information
chemelli74 authored Oct 8, 2024
2 parents d62a31a + edabbc3 commit 2bdc6ee
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,17 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: no-commit-to-branch
args: ["--branch", "main"]
- id: check-json
- id: check-toml
- id: check-xml
- id: check-yaml
- id: detect-private-key
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.8
rev: v0.6.9
hooks:
- id: ruff
args:
Expand All @@ -26,14 +31,6 @@ repos:
hooks:
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-json
- id: check-toml
- id: check-xml
- id: check-yaml
- id: detect-private-key
- repo: https://github.com/python-poetry/poetry
rev: 1.8.0
hooks:
Expand Down

0 comments on commit 2bdc6ee

Please sign in to comment.