Skip to content

Commit d10f103

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.14.0 → v3.15.0](asottile/pyupgrade@v3.14.0...v3.15.0) - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/pre-commit/mirrors-eslint: v8.50.0 → v8.53.0](pre-commit/mirrors-eslint@v8.50.0...v8.53.0)
1 parent 57925d8 commit d10f103

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

44
repos:
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.14.0
6+
rev: v3.15.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.9.1
18+
rev: 23.10.1
1919
hooks:
2020
- id: black
2121
exclude: setupbase.py
@@ -28,14 +28,14 @@ repos:
2828
hooks:
2929
- id: flake8
3030
- repo: https://github.com/pre-commit/pre-commit-hooks
31-
rev: v4.4.0
31+
rev: v4.5.0
3232
hooks:
3333
- id: end-of-file-fixer
3434
- id: check-case-conflict
3535
- id: check-executables-have-shebangs
3636
- id: requirements-txt-fixer
3737
- repo: https://github.com/pre-commit/mirrors-eslint
38-
rev: v8.50.0
38+
rev: v8.53.0
3939
hooks:
4040
- id: eslint
4141
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)