Skip to content

Commit 49ddd46

Browse files
⬆️ auto update by pre-commit hooks
updates: - [github.com/hadialqattan/pycln: v2.1.3 → v2.5.0](hadialqattan/pycln@v2.1.3...v2.5.0) - [github.com/pycqa/isort: 5.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1) - [github.com/psf/black: 23.7.0 → 25.1.0](psf/black@23.7.0...25.1.0) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8)
1 parent 4e97c91 commit 49ddd46

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,29 @@ ci:
77
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
88
repos:
99
- repo: https://github.com/hadialqattan/pycln
10-
rev: v2.1.3
10+
rev: v2.5.0
1111
hooks:
1212
- id: pycln
1313
args: [--config, pyproject.toml]
14-
stages: [commit]
14+
stages: [pre-commit]
1515

1616
- repo: https://github.com/pycqa/isort
17-
rev: 5.12.0
17+
rev: 6.0.1
1818
hooks:
1919
- id: isort
20-
stages: [commit]
20+
stages: [pre-commit]
2121

2222
- repo: https://github.com/psf/black
23-
rev: 23.7.0
23+
rev: 25.1.0
2424
hooks:
2525
- id: black
26-
stages: [commit]
26+
stages: [pre-commit]
2727

2828
- repo: https://github.com/pre-commit/mirrors-prettier
29-
rev: v3.0.3
29+
rev: v4.0.0-alpha.8
3030
hooks:
3131
- id: prettier
32-
stages: [commit]
32+
stages: [pre-commit]
3333

3434
- repo: https://github.com/nonebot/nonemoji
3535
rev: v0.1.4

0 commit comments

Comments
 (0)