Skip to content

Commit f5cafd3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 9.0.0a3 → 9.0.1](PyCQA/isort@9.0.0a3...9.0.1) - [github.com/rbubley/mirrors-prettier: v3.8.3 → v3.9.6](rbubley/mirrors-prettier@v3.8.3...v3.9.6)
1 parent 1013493 commit f5cafd3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626

2727
# Autoformat: Python code
2828
- repo: https://github.com/pycqa/isort
29-
rev: 9.0.0a3
29+
rev: 9.0.1
3030
hooks:
3131
- id: isort
3232
# args are not passed, but see the config in pyproject.toml
@@ -49,7 +49,7 @@ repos:
4949

5050
# Autoformat: js, html, markdown, yaml, json
5151
- repo: https://github.com/rbubley/mirrors-prettier
52-
rev: v3.8.3
52+
rev: v3.9.6
5353
hooks:
5454
- id: prettier
5555
exclude_types:

0 commit comments

Comments
 (0)