Skip to content

Commit d16162d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.9.1 → 25.9.0](psf/black-pre-commit-mirror@23.9.1...25.9.0) - [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.3.0](PyCQA/flake8@6.1.0...7.3.0)
1 parent 9c1ffb3 commit d16162d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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: v6.0.0
2525
hooks:
2626
- id: check-added-large-files
2727
exclude: \.(geojson)$
@@ -31,13 +31,13 @@ repos:
3131
- id: end-of-file-fixer
3232
- id: trailing-whitespace
3333
args: ["--markdown-linebreak-ext=md"]
34-
- repo: https://github.com/psf/black
35-
rev: 23.9.1
34+
- repo: https://github.com/psf/black-pre-commit-mirror
35+
rev: 25.9.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.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.3.0'
5353
hooks:
5454
- id: flake8

0 commit comments

Comments
 (0)