Skip to content

Commit

Permalink
style: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 23.10.1 → 23.12.1](psf/black@23.10.1...23.12.1)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.11.0 → v2.12.0](macisamuele/language-formatters-pre-commit-hooks@v2.11.0...v2.12.0)
- [github.com/commitizen-tools/commitizen: 3.12.0 → v3.13.0](commitizen-tools/commitizen@3.12.0...v3.13.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 1, 2024
1 parent 618420b commit 4867f42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repos:
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.12.1
- hooks:
- id: blacken-docs
args: [-l80]
Expand All @@ -57,7 +57,7 @@ repos:


- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.11.0
rev: v2.12.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --indent, '2']
Expand All @@ -70,7 +70,7 @@ repos:
stages:
- commit-msg
repo: https://github.com/commitizen-tools/commitizen
rev: 3.12.0
rev: v3.13.0


- repo: https://github.com/PyCQA/docformatter
Expand Down

0 comments on commit 4867f42

Please sign in to comment.