Skip to content

Commit 71ade09

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 → 24.1.1](psf/black@23.9.1...24.1.1) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8) - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
1 parent 9c1ffb3 commit 71ade09

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
@@ -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: 24.1.1
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.8 # Use the sha or tag you want to point at
4141
hooks:
4242
- id: prettier
4343
args: ["--ignore-path=./superset-frontend/.prettierignore"]
@@ -49,6 +49,6 @@ repos:
4949
- id: blacklist
5050
args: ["--blacklisted-names=make_url", "--ignore=tests/"]
5151
- repo: https://github.com/pycqa/flake8
52-
rev: '6.1.0'
52+
rev: '7.0.0'
5353
hooks:
5454
- id: flake8

0 commit comments

Comments
 (0)