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 4ca5a99 commit 2cf0343Copy full SHA for 2cf0343
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
args: ["--ignore-words=codespell.txt"]
10
exclude: 'codespell.txt|\.svg$'
11
- repo: https://github.com/pre-commit/mirrors-prettier
12
- rev: v4.0.0-alpha.4
+ rev: v4.0.0-alpha.7
13
hooks:
14
- id: prettier
15
- repo: https://github.com/psf/black
@@ -21,7 +21,7 @@ repos:
21
22
- id: flake8
23
- repo: https://github.com/PyCQA/isort
24
- rev: 5.13.1
+ rev: 5.13.2
25
26
- id: isort
27
args: ["--settings-path=pyproject.toml"]
0 commit comments