Skip to content

Commit a62096f

Browse files
authored
Merge pull request #840 from ipython/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 6e32ec1 + 6b5f3d8 commit a62096f

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
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.10.1
6+
rev: v3.14.0
77
hooks:
88
- id: pyupgrade
99
args:
@@ -15,7 +15,7 @@ repos:
1515
- id: isort
1616
exclude: setupbase.py
1717
- repo: https://github.com/psf/black
18-
rev: 23.7.0
18+
rev: 23.9.1
1919
hooks:
2020
- id: black
2121
exclude: setupbase.py
@@ -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.48.0
38+
rev: v8.50.0
3939
hooks:
4040
- id: eslint
4141
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)