Skip to content

Commit 298f989

Browse files
⬆️ auto update by pre-commit hooks (#9)
updates: - [github.com/hadialqattan/pycln: v2.3.0 → v2.4.0](hadialqattan/pycln@v2.3.0...v2.4.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.10.1 → 23.12.1](psf/black@23.10.1...23.12.1) - [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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 19aab8b commit 298f989

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
@@ -7,26 +7,26 @@ 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.3.0
10+
rev: v2.4.0
1111
hooks:
1212
- id: pycln
1313
args: [--config, pyproject.toml]
1414
stages: [commit]
1515

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

2222
- repo: https://github.com/psf/black
23-
rev: 23.10.1
23+
rev: 23.12.1
2424
hooks:
2525
- id: black
2626
stages: [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
3232
stages: [commit]

0 commit comments

Comments
 (0)