8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a2636 commit a87d2b3Copy full SHA for a87d2b3
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
- id: trailing-whitespace
26
27
- repo: https://github.com/psf/black
28
- rev: 23.11.0
+ rev: 24.1.1
29
hooks:
30
- id: black
31
exclude: pyscript\.core/src/stdlib/pyscript/__init__\.py
@@ -46,7 +46,7 @@ repos:
46
args: [--tab-width, "4"]
47
48
- repo: https://github.com/pycqa/isort
49
- rev: 5.12.0
+ rev: 5.13.2
50
51
- id: isort
52
name: isort (python)
0 commit comments