Skip to content

Commit

Permalink
Merge pull request #65 from mozilla-releng/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
chore: pre-commit autoupdate
  • Loading branch information
jcristau authored Sep 3, 2024
2 parents 05961b0 + f27cc6e commit 4e35b2d
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
Expand Up @@ -7,20 +7,20 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
exclude: template
- id: check-added-large-files
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.3.5'
rev: 'v0.6.3'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/adrienverge/yamllint.git
Expand All @@ -29,7 +29,7 @@ repos:
- id: yamllint
exclude: template
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
entry: codespell -I .codespell-ignore-words.txt
Expand All @@ -38,7 +38,7 @@ repos:
test/test_util_path.py
)$
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.2.0
rev: v3.4.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]

0 comments on commit 4e35b2d

Please sign in to comment.