Skip to content

Commit fb3c0b9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1) - [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v4.0.0-alpha.3...v4.0.0-alpha.8) - [github.com/pre-commit/mirrors-eslint: v8.55.0 → v9.0.0-alpha.0](pre-commit/mirrors-eslint@v8.55.0...v9.0.0-alpha.0)
1 parent 554810e commit fb3c0b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ repos:
1010
- --py36-plus
1111
exclude: setupbase.py
1212
- repo: https://github.com/pycqa/isort
13-
rev: 5.12.0
13+
rev: 5.13.2
1414
hooks:
1515
- id: isort
1616
exclude: setupbase.py
1717
- repo: https://github.com/psf/black
18-
rev: 23.11.0
18+
rev: 23.12.1
1919
hooks:
2020
- id: black
2121
exclude: setupbase.py
2222
- repo: https://github.com/pre-commit/mirrors-prettier
23-
rev: v4.0.0-alpha.3
23+
rev: v4.0.0-alpha.8
2424
hooks:
2525
- id: prettier
2626
- repo: https://github.com/PyCQA/flake8
@@ -35,7 +35,7 @@ repos:
3535
- id: check-executables-have-shebangs
3636
- id: requirements-txt-fixer
3737
- repo: https://github.com/pre-commit/mirrors-eslint
38-
rev: v8.55.0
38+
rev: v9.0.0-alpha.0
3939
hooks:
4040
- id: eslint
4141
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)