Skip to content

Commit b777e78

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.1 → v3.17.0](asottile/pyupgrade@v3.15.1...v3.17.0) - [github.com/adamchainz/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.5 → v0.6.7](astral-sh/ruff-pre-commit@v0.4.5...v0.6.7) - [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 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.2](pre-commit/mirrors-mypy@v1.10.0...v1.11.2)
1 parent 4f08bce commit b777e78

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

100755100644
+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: .+\.ambr
22

33
repos:
44
- repo: https://github.com/asottile/pyupgrade
5-
rev: v3.15.1
5+
rev: v3.17.0
66
hooks:
77
- id: pyupgrade
88
args:
@@ -22,7 +22,7 @@ repos:
2222
hooks:
2323
- id: pyaphid
2424
- repo: https://github.com/adamchainz/blacken-docs
25-
rev: 1.16.0
25+
rev: 1.18.0
2626
hooks:
2727
- id: blacken-docs
2828
additional_dependencies:
@@ -32,24 +32,24 @@ repos:
3232
hooks:
3333
- id: yesqa
3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: "v0.4.5"
35+
rev: "v0.6.7"
3636
hooks:
3737
- id: ruff
3838
- id: ruff-format
3939
- repo: https://github.com/pre-commit/mirrors-prettier
40-
rev: v3.1.0
40+
rev: v4.0.0-alpha.8
4141
hooks:
4242
- id: prettier
4343
additional_dependencies: [prettier@latest, prettier-plugin-toml@latest]
4444
- repo: https://github.com/pre-commit/pre-commit-hooks
45-
rev: v4.5.0
45+
rev: v4.6.0
4646
hooks:
4747
- id: check-yaml
4848
- id: end-of-file-fixer
4949
- id: trailing-whitespace
5050
- id: check-toml
5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: v1.10.0
52+
rev: v1.11.2
5353
hooks:
5454
- id: mypy
5555
exclude: ^tests/.*

0 commit comments

Comments
 (0)