8000 [pre-commit.ci] pre-commit autoupdate (#1917) · woxtu/pyscript@a87d2b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit a87d2b3

Browse files
[pre-commit.ci] pre-commit autoupdate (pyscript#1917)
updates: - [github.com/psf/black: 23.11.0 → 24.1.1](psf/black@23.11.0...24.1.1) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Andrea Giammarchi <andrea.giammarchi@gmail.com>
1 parent 81a2636 commit a87d2b3

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
@@ -25,7 +25,7 @@ repos:
2525
- id: trailing-whitespace
2626

2727
- repo: https://github.com/psf/black
28-
rev: 23.11.0
28+
rev: 24.1.1
2929
hooks:
3030
- id: black
3131
exclude: pyscript\.core/src/stdlib/pyscript/__init__\.py
@@ -46,7 +46,7 @@ repos:
4646
args: [--tab-width, "4"]
4747

4848
- repo: https://github.com/pycqa/isort
49-
rev: 5.12.0
49+
rev: 5.13.2
5050
hooks:
5151
- id: isort
5252
name: isort (python)

0 commit comments

Comments
 (0)
0