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/asottile/pyupgrade: v3.15.1 → v3.19.0](asottile/pyupgrade@v3.15.1...v3.19.0)
- [github.com/adamchainz/blacken-docs: 1.16.0 → 1.19.1](adamchainz/blacken-docs@1.16.0...1.19.1)
- [github.com/astral-sh/ruff-pre-commit: v0.4.5 → v0.7.1](astral-sh/ruff-pre-commit@v0.4.5...v0.7.1)
- [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.13.0](pre-commit/mirrors-mypy@v1.10.0...v1.13.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 28, 2024
1 parent f54c7dd commit 32d5482
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exclude: .+\.ambr

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.19.0
hooks:
- id: pyupgrade
args:
Expand All @@ -22,7 +22,7 @@ repos:
hooks:
- id: pyaphid
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.16.0
rev: 1.19.1
hooks:
- id: blacken-docs
additional_dependencies:
Expand All @@ -32,24 +32,24 @@ repos:
hooks:
- id: yesqa
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.4.5"
rev: "v0.7.1"
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
additional_dependencies: [prettier@latest, prettier-plugin-toml@latest]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-toml
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.13.0
hooks:
- id: mypy
exclude: ^tests/.*
Expand Down

0 comments on commit 32d5482

Please sign in to comment.