Skip to content

Commit 554810e

Browse files
authored
Merge pull request #852 from ipython/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents cf7fc51 + ad0dfa8 commit 554810e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ repos:
1515
- id: isort
1616
exclude: setupbase.py
1717
- repo: https://github.com/psf/black
18-
rev: 23.10.1
18+
rev: 23.11.0
1919
hooks:
2020
- id: black
2121
exclude: setupbase.py
2222
- repo: https://github.com/pre-commit/mirrors-prettier
23-
rev: v3.0.3
23+
rev: v4.0.0-alpha.3
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.53.0
38+
rev: v8.55.0
3939
hooks:
4040
- id: eslint
4141
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)