Skip to content

Commit e97c38c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/psf/black: 23.9.1 → 23.11.0](psf/black@23.9.1...23.11.0) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.3](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.3)
1 parent 9c1ffb3 commit e97c38c

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
@@ -21,7 +21,7 @@ repos:
2121
# - id: mypy
2222
# additional_dependencies: [types-all]
2323
- repo: https://github.com/pre-commit/pre-commit-hooks
24-
rev: v4.4.0
24+
rev: v4.5.0
2525
hooks:
2626
- id: check-added-large-files
2727
exclude: \.(geojson)$
@@ -32,12 +32,12 @@ repos:
3232
- id: trailing-whitespace
3333
args: ["--markdown-linebreak-ext=md"]
3434
- repo: https://github.com/psf/black
35-
rev: 23.9.1
35+
rev: 23.11.0
3636
hooks:
3737
- id: black
3838
language_version: python3
3939
- repo: https://github.com/pre-commit/mirrors-prettier
40-
rev: v3.0.3 # Use the sha or tag you want to point at
40+
rev: v4.0.0-alpha.3 # Use the sha or tag you want to point at
4141
hooks:
4242
- id: prettier
4343
args: ["--ignore-path=./superset-frontend/.prettierignore"]

0 commit comments

Comments
 (0)