Skip to content

Commit

Permalink
style: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [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: 23.12.1 → 24.4.2](psf/black@23.12.1...24.4.2)
- [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.13.0 → v3.25.0](commitizen-tools/commitizen@v3.13.0...v3.25.0)
- [github.com/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](Lucas-C/pre-commit-hooks@v1.5.4...v1.5.5)
  • Loading branch information
pre-commit-ci[bot] authored May 6, 2024
1 parent 4d4f452 commit 38f8fba
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- id: check-json
- id: end-of-file-fixer
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
- hooks:
- args:
- --in-place
Expand All @@ -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,18 +44,18 @@ repos:
- --py38-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: 23.12.1
rev: 24.4.2
- hooks:
- id: blacken-docs
repo: https://github.com/asottile/blacken-docs
rev: 1.16.0

- 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 @@ -71,7 +71,7 @@ repos:
stages:
- commit-msg
repo: https://github.com/commitizen-tools/commitizen
rev: v3.13.0
rev: v3.25.0


- repo: https://github.com/PyCQA/docformatter
Expand All @@ -80,6 +80,6 @@ repos:
- id: docformatter

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.4
rev: v1.5.5
hooks:
- id: remove-crlf

0 comments on commit 38f8fba

Please sign in to comment.