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/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/myint/autoflake: v1.7.7 → v2.0.0](PyCQA/autoflake@v1.7.7...v2.0.0)
- [github.com/asottile/pyupgrade: v3.2.0 → v3.3.1](asottile/pyupgrade@v3.2.0...v3.3.1)
- [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.4.0 → v2.5.0](macisamuele/language-formatters-pre-commit-hooks@v2.4.0...v2.5.0)
- [github.com/keewis/blackdoc: v0.3.7 → v0.3.8](keewis/blackdoc@v0.3.7...v0.3.8)
- [github.com/commitizen-tools/commitizen: v2.37.0 → v2.38.0](commitizen-tools/commitizen@v2.37.0...v2.38.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 13, 2022
1 parent 310e56e commit 607d49e
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 @@ -11,7 +11,7 @@ repos:
- id: check-json
- id: end-of-file-fixer
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
- hooks:
- args:
- --in-place
Expand All @@ -20,7 +20,7 @@ repos:
- --ignore-init-module-imports
id: autoflake
repo: https://github.com/myint/autoflake
rev: v1.7.7
rev: v2.0.0

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.2.0
Expand All @@ -38,11 +38,11 @@ repos:
- --py38-plus
id: pyupgrade
repo: https://github.com/asottile/pyupgrade
rev: v3.2.0
rev: v3.3.1
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
- hooks:
- additional_dependencies:
- black==20.8b1
Expand All @@ -51,18 +51,18 @@ repos:
rev: v1.12.1

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.4.0
rev: v2.5.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --indent, '2']

- hooks:
- id: blackdoc
repo: https://github.com/keewis/blackdoc
rev: v0.3.7
rev: v0.3.8
- hooks:
- id: commitizen
stages:
- commit-msg
repo: https://github.com/commitizen-tools/commitizen
rev: v2.37.0
rev: v2.38.0

0 comments on commit 607d49e

Please sign in to comment.