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.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v4.0.0-alpha.8)
- [github.com/psf/black: 23.3.0 → 24.10.0](psf/black@23.3.0...24.10.0)
- [github.com/PyCQA/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1)
- [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.12.1](pre-commit/mirrors-mypy@v1.3.0...v1.12.1)
- [github.com/asottile/pyupgrade: v3.4.0 → v3.18.0](asottile/pyupgrade@v3.4.0...v3.18.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 21, 2024
1 parent 7a3e7fe commit 84f2412
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -19,25 +19,25 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode
rev: v4.0.0-alpha.8
hooks:
- id: prettier

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.10.0
hooks:
- id: black

- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 7.1.1
hooks:
- id: flake8
args:
- --max-line-length=88
- --extend-ignore=E203

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.3.0
rev: v1.12.1
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -46,7 +46,7 @@ repos:
- pydantic >= 1.10.4

- repo: https://github.com/asottile/pyupgrade
rev: v3.4.0
rev: v3.18.0
hooks:
- id: pyupgrade

Expand All @@ -56,4 +56,4 @@ repos:
- id: check-rebase
args:
- https://github.com/packit/packit-service.git
stages: [manual, push]
stages: [manual, pre-push]

0 comments on commit 84f2412

Please sign in to comment.