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 21
21
# - id: mypy
22
22
# additional_dependencies: [types-all]
23
23
- repo : https://github.com/pre-commit/pre-commit-hooks
24
- rev : v4.4 .0
24
+ rev : v4.5 .0
25
25
hooks :
26
26
- id : check-added-large-files
27
27
exclude : \.(geojson)$
@@ -32,12 +32,12 @@ repos:
32
32
- id : trailing-whitespace
33
33
args : ["--markdown-linebreak-ext=md"]
34
34
- repo : https://github.com/psf/black
35
- rev : 23.9 .1
35
+ rev : 24.1 .1
36
36
hooks :
37
37
- id : black
38
38
language_version : python3
39
39
- 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
41
41
hooks :
42
42
- id : prettier
43
43
args : ["--ignore-path=./superset-frontend/.prettierignore"]
49
49
- id : blacklist
50
50
args : ["--blacklisted-names=make_url", "--ignore=tests/"]
51
51
- repo : https://github.com/pycqa/flake8
52
- rev : ' 6.1 .0'
52
+ rev : ' 7.0 .0'
53
53
hooks :
54
54
- id : flake8
You can’t perform that action at this time.
0 commit comments