Skip to content

Commit 85f7c0e

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.11 → v0.14.10](astral-sh/ruff-pre-commit@v0.12.11...v0.14.10) - [github.com/jvllmr/pre-commit-prettier: v3.6.2 → v3.7.4](jvllmr/pre-commit-prettier@v3.6.2...v3.7.4)
1 parent d600be7 commit 85f7c0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
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
- repo: https://github.com/jvllmr/pyaphid
1313
rev: v0.3.1
1414
hooks:
1515
- id: pyaphid
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.12.11
17+
rev: v0.14.10
1818
hooks:
1919
- id: ruff
2020
args:
2121
- --fix
2222
- id: ruff-format
2323
- repo: https://github.com/jvllmr/pre-commit-prettier
24-
rev: v3.6.2
24+
rev: v3.7.4
2525
hooks:
2626
- id: prettier
2727
additional_dependencies: [prettier@latest, prettier-plugin-toml@latest]

0 commit comments

Comments
 (0)