File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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.6 .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.4.2
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"]
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 .1.0'
5353 hooks :
5454 - id : flake8
You can’t perform that action at this time.
0 commit comments