Skip to content

Commit

Permalink
Merge pull request #1 from 15r10nk/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
15r10nk authored Jan 1, 2023
2 parents 2c64738 + 607d49e commit a7748ab
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 a7748ab

Please sign in to comment.