Skip to content

Commit cfaa2da

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/hadialqattan/pycln: v2.5.0 → v2.6.0](hadialqattan/pycln@v2.5.0...v2.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.14.9](astral-sh/ruff-pre-commit@v0.12.12...v0.14.9) - [github.com/jvllmr/pre-commit-prettier: v3.6.2 → v3.7.4](jvllmr/pre-commit-prettier@v3.6.2...v3.7.4) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.19.1](pre-commit/mirrors-mypy@v1.17.1...v1.19.1)
1 parent e4f237b commit cfaa2da

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.20.0
3+
rev: v3.21.2
44
hooks:
55
- id: pyupgrade
66
args:
77
- --py39-plus
88
- repo: https://github.com/hadialqattan/pycln
9-
rev: v2.5.0
9+
rev: v2.6.0
1010
hooks:
1111
- id: pycln
1212
args:
@@ -22,19 +22,19 @@ repos:
2222
additional_dependencies:
2323
- black
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: "v0.12.12"
25+
rev: "v0.14.9"
2626
hooks:
2727
- id: ruff
2828
args:
2929
- --fix
3030
- id: ruff-format
3131
- repo: https://github.com/jvllmr/pre-commit-prettier
32-
rev: v3.6.2
32+
rev: v3.7.4
3333
hooks:
3434
- id: prettier
3535
additional_dependencies: [prettier@latest, prettier-plugin-toml@latest]
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: "v1.17.1"
37+
rev: "v1.19.1"
3838
hooks:
3939
- id: mypy
4040
exclude: ^tests/.*

0 commit comments

Comments
 (0)