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/myint/autoflake: v2.0.0 → v2.0.2](PyCQA/autoflake@v2.0.0...v2.0.2)
- [github.com/psf/black: 22.12.0 → 23.3.0](psf/black@22.12.0...23.3.0)
- [github.com/asottile/blacken-docs: v1.12.1 → 1.13.0](adamchainz/blacken-docs@v1.12.1...1.13.0)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.5.0 → v2.8.0](macisamuele/language-formatters-pre-commit-hooks@v2.5.0...v2.8.0)
- [github.com/commitizen-tools/commitizen: v2.38.0 → v2.42.1](commitizen-tools/commitizen@v2.38.0...v2.42.1)
  • Loading branch information
pre-commit-ci[bot] authored Apr 4, 2023
1 parent a7748ab commit 628a683
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 @@ -20,7 +20,7 @@ repos:
- --ignore-init-module-imports
id: autoflake
repo: https://github.com/myint/autoflake
rev: v2.0.0
rev: v2.0.2

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.2.0
Expand All @@ -42,16 +42,16 @@ repos:
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.3.0
- hooks:
- additional_dependencies:
- black==20.8b1
id: blacken-docs
repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.13.0

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.5.0
rev: v2.8.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --indent, '2']
Expand All @@ -65,4 +65,4 @@ repos:
stages:
- commit-msg
repo: https://github.com/commitizen-tools/commitizen
rev: v2.38.0
rev: v2.42.1

0 comments on commit 628a683

Please sign in to comment.