Skip to content

Commit

Permalink
Merge pull request #2 from 15r10nk/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
style: pre-commit autoupdate
  • Loading branch information
15r10nk authored Aug 6, 2024
2 parents 4d4f452 + 878869c commit 31bad00
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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,15 +26,15 @@ 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
hooks:
- id: setup-cfg-fmt

- repo: https://github.com/asottile/reorder-python-imports
rev: v3.12.0
rev: v3.13.0
hooks:
- args:
- --py38-plus
Expand All @@ -44,18 +44,18 @@ repos:
- --py38-plus
id: pyupgrade
repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.17.0
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.8.0
- hooks:
- id: blacken-docs
repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
rev: 1.18.0

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.12.0
rev: v2.14.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.28.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 31bad00

Please sign in to comment.