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 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.1...v4.0.0-alpha.8)
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/psf/black: 23.7.0 → 24.8.0](psf/black@23.7.0...24.8.0)
- [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.11.2](pre-commit/mirrors-mypy@v1.4.1...v1.11.2)
- [github.com/wenkokke/talonfmt: 1.10.1 → 1.10.2](wenkokke/talonfmt@1.10.1...1.10.2)
  • Loading branch information
pre-commit-ci[bot] authored Aug 26, 2024
1 parent b9e6e51 commit 19ebd47
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ minimum_pre_commit_version: "2.9.0"
exclude: "^(build|example)"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-byte-order-marker
Expand All @@ -24,7 +24,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.1"
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
exclude: "^(tests/data/golden|src/talondoc/_cache_builtin/resources|)s"
Expand All @@ -33,16 +33,16 @@ repos:
hooks:
- id: flynt
- repo: https://github.com/pycqa/isort
rev: "5.12.0"
rev: "5.13.2"
hooks:
- id: isort
args: ["--profile=black", "--filter-files", "--line-width=88"]
- repo: https://github.com/psf/black
rev: "23.7.0"
rev: "24.8.0"
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.4.1"
rev: "v1.11.2"
hooks:
- id: mypy
args: ["--config-file", "pyproject.toml"]
Expand All @@ -57,7 +57,7 @@ repos:
]
exclude: "^src/talondoc/_compat_singledispatchmethod\\.py$"
- repo: https://github.com/wenkokke/talonfmt
rev: 1.10.1
rev: 1.10.2
hooks:
- id: talonfmt
args: ["--in-place", "--max-line-width=88"]

0 comments on commit 19ebd47

Please sign in to comment.