Skip to content

Commit 674e0a0

Browse files
authored
Merge pull request #858 from ipython/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 554810e + fb3c0b9 commit 674e0a0

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)