Skip to content

Commit

Permalink
style: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/myint/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2)
- [github.com/psf/black: 24.1.1 → 24.3.0](psf/black@24.1.1...24.3.0)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.12.0 → v2.13.0](macisamuele/language-formatters-pre-commit-hooks@v2.12.0...v2.13.0)
- [github.com/commitizen-tools/commitizen: v3.14.1 → v3.21.3](commitizen-tools/commitizen@v3.14.1...v3.21.3)
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent 6ba0243 commit c4eb41b
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 @@ -26,7 +26,7 @@ repos:
- --ignore-init-module-imports
id: autoflake
repo: https://github.com/myint/autoflake
rev: v2.2.1
rev: v2.3.1

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.5.0
Expand All @@ -44,11 +44,11 @@ repos:
- --py37-plus
id: pyupgrade
repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.3.0
- 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.12.0
rev: v2.13.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: v3.14.1
rev: v3.21.3


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

0 comments on commit c4eb41b

Please sign in to comment.