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/commitizen-tools/commitizen: v2.27.1 → v3.18.3](commitizen-tools/commitizen@v2.27.1...v3.18.3)
- [github.com/pre-commit/mirrors-prettier: v2.6.2 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.6.2...v4.0.0-alpha.8)
- [github.com/python/black: 22.3.0 → 24.2.0](psf/black@22.3.0...24.2.0)
- [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.2.0...v4.5.0)
- [github.com/asottile/blacken-docs: v1.12.1 → 1.16.0](adamchainz/blacken-docs@v1.12.1...1.16.0)
  • Loading branch information
pre-commit-ci[bot] committed Mar 13, 2024
1 parent 20fb338 commit 7909978
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 @@ -5,15 +5,15 @@ repos:
stages:
- commit-msg
repo: https://github.com/commitizen-tools/commitizen
rev: v2.27.1
rev: v3.18.3
- hooks:
- id: check-useless-excludes
repo: meta
- hooks:
- files: \.(css|js|md|markdown|json)
id: prettier
repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.6.2
rev: v4.0.0-alpha.8
- hooks:
- id: seed-isort-config
repo: https://github.com/asottile/seed-isort-config
Expand All @@ -25,7 +25,7 @@ repos:
- hooks:
- id: black
repo: https://github.com/python/black
rev: 22.3.0
rev: 24.2.0
- hooks:
- id: check-added-large-files
- id: check-ast
Expand Down Expand Up @@ -54,7 +54,7 @@ repos:
- id: check-byte-order-marker
- id: check-docstring-first
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.5.0
- hooks:
- id: flake8
repo: https://gitlab.com/pycqa/flake8
Expand All @@ -78,4 +78,4 @@ repos:
- hooks:
- id: blacken-docs
repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.16.0

0 comments on commit 7909978

Please sign in to comment.