Skip to content

Commit 9f1f7f3

Browse files
pre-commit-ci[bot]rohitthakur2590KB-perByteRuchip16
authored
[pre-commit.ci] pre-commit autoupdate (#1163)
updates: - [github.com/pycontribs/mirrors-prettier: v3.5.2 → v3.5.3](pycontribs/mirrors-prettier@v3.5.2...v3.5.3) - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Rohit Thakur <rohitthakur2590@outlook.com> Co-authored-by: Sagar Paul <sagpaul@redhat.com> Co-authored-by: Ruchi Pakhle <72685035+Ruchip16@users.noreply.github.com>
1 parent c823f63 commit 9f1f7f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: add-trailing-comma
2424

2525
- repo: https://github.com/pycontribs/mirrors-prettier
26-
rev: "v3.5.2"
26+
rev: "v3.5.3"
2727
hooks:
2828
- id: prettier
2929
entry: env CI=1 bash -c "prettier --list-different . || ec=$? && prettier --loglevel=error --write . && exit $ec"
@@ -34,7 +34,7 @@ repos:
3434
- prettier-plugin-toml
3535

3636
- repo: https://github.com/PyCQA/isort
37-
rev: 6.0.0
37+
rev: 6.0.1
3838
hooks:
3939
- id: isort
4040
name: Sort import statements using isort

0 commit comments

Comments
 (0)