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.
2 parents cf7fc51 + ad0dfa8 commit 554810eCopy full SHA for 554810e
.pre-commit-config.yaml
@@ -15,12 +15,12 @@ repos:
15
- id: isort
16
exclude: setupbase.py
17
- repo: https://github.com/psf/black
18
- rev: 23.10.1
+ rev: 23.11.0
19
hooks:
20
- id: black
21
22
- repo: https://github.com/pre-commit/mirrors-prettier
23
- rev: v3.0.3
+ rev: v4.0.0-alpha.3
24
25
- id: prettier
26
- repo: https://github.com/PyCQA/flake8
@@ -35,7 +35,7 @@ repos:
35
- id: check-executables-have-shebangs
36
- id: requirements-txt-fixer
37
- repo: https://github.com/pre-commit/mirrors-eslint
38
- rev: v8.53.0
+ rev: v8.55.0
39
40
- id: eslint
41
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
0 commit comments