File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
python-version : " 3.9"
23
23
cache : " pip"
24
24
cache-dependency-path : " pyproject.toml"
25
- - uses : pre-commit/action@v2 .0.3
25
+ - uses : pre-commit/action@v3 .0.0
26
26
27
27
tests :
28
28
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -3,19 +3,19 @@ exclude: github_deploy_key_pandas_dev_pandas_sphinx_theme\.enc
3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/mirrors-prettier
6
- rev : v2.6.2
6
+ rev : v2.7.1
7
7
hooks :
8
8
- id : prettier
9
9
# Exclude the HTML, since it doesn't understand Jinja2
10
10
exclude : .+((\.html)|index\.(.+)\.css)$
11
11
12
12
- repo : https://github.com/psf/black
13
- rev : 22.3 .0
13
+ rev : 22.8 .0
14
14
hooks :
15
15
- id : black
16
16
17
17
- repo : https://gitlab.com/pycqa/flake8
18
- rev : 4 .0.1
18
+ rev : 5 .0.4
19
19
hooks :
20
20
- id : flake8
21
21
31
31
- id : trailing-whitespace
32
32
33
33
- repo : https://github.com/asottile/pyupgrade
34
- rev : v2.34.0
34
+ rev : v2.38.2
35
35
hooks :
36
36
- id : pyupgrade
37
37
args : [--py37-plus]
You can’t perform that action at this time.
0 commit comments