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/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
- [github.com/asottile/blacken-docs: 1.18.0 → 1.19.0](adamchainz/blacken-docs@1.18.0...1.19.0)
- [github.com/commitizen-tools/commitizen: v3.28.0 → v3.29.1](commitizen-tools/commitizen@v3.28.0...v3.29.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 8, 2024
1 parent 7a619a2 commit a17c253
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: check-json
- id: end-of-file-fixer
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
- hooks:
- args:
- --in-place
Expand All @@ -39,11 +39,11 @@ repos:
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
- hooks:
- id: blacken-docs
repo: https://github.com/asottile/blacken-docs
rev: 1.18.0
rev: 1.19.0

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.14.0
Expand All @@ -60,4 +60,4 @@ repos:
stages:
- commit-msg
repo: https://github.com/commitizen-tools/commitizen
rev: v3.28.0
rev: v3.29.1

0 comments on commit a17c253

Please sign in to comment.