Skip to content

Commit 51685eb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/pre-commit/mirrors-eslint: v9.0.0-alpha.0 → v9.0.0-alpha.2](pre-commit/mirrors-eslint@v9.0.0-alpha.0...v9.0.0-alpha.2)
1 parent ae1191b commit 51685eb

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,7 +15,7 @@ repos:
1515
- id: isort
1616
exclude: setupbase.py
1717
- repo: https://github.com/psf/black
18-
rev: 23.12.1
18+
rev: 24.1.1
1919
hooks:
2020
- id: black
2121
exclude: setupbase.py
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: prettier
2626
- repo: https://github.com/PyCQA/flake8
27-
rev: "6.1.0"
27+
rev: "7.0.0"
2828
hooks:
2929
- id: flake8
3030
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -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: v9.0.0-alpha.0
38+
rev: v9.0.0-alpha.2
3939
hooks:
4040
- id: eslint
4141
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)