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.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/asottile/reorder-python-imports: v3.12.0 → v3.13.0](asottile/reorder-python-imports@v3.12.0...v3.13.0)
- [github.com/asottile/pyupgrade: v3.15.1 → v3.17.0](asottile/pyupgrade@v3.15.1...v3.17.0)
- [github.com/hhatto/autopep8: v2.1.0 → v2.3.1](hhatto/autopep8@v2.1.0...v2.3.1)
- [github.com/commitizen-tools/commitizen: master → v3.28.0](commitizen-tools/commitizen@master...v3.28.0)
  • Loading branch information
pre-commit-ci[bot] authored Aug 6, 2024
1 parent 9f97d1a commit ae85198
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -14,7 +14,7 @@ repos:
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.12.0
rev: v3.13.0
hooks:
- id: reorder-python-imports
args: [--py38-plus, --add-import, 'from __future__ import annotations']
Expand All @@ -23,12 +23,12 @@ repos:
hooks:
- id: add-trailing-comma
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/hhatto/autopep8
rev: v2.1.0
rev: v2.3.1
hooks:
- id: autopep8
# - repo: https://github.com/PyCQA/flake8
Expand All @@ -46,7 +46,7 @@ repos:
# additional_dependencies: [wily]

- repo: https://github.com/commitizen-tools/commitizen
rev: master
rev: v3.28.0
hooks:
- id: commitizen
stages: [commit-msg]

0 comments on commit ae85198

Please sign in to comment.