Skip to content

Commit f4ef638

Browse files
Update pre-commit hooks (#970)
1 parent a591d69 commit f4ef638

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: "3.9"
2323
cache: "pip"
2424
cache-dependency-path: "pyproject.toml"
25-
- uses: pre-commit/action@v2.0.3
25+
- uses: pre-commit/action@v3.0.0
2626

2727
tests:
2828
runs-on: ${{ matrix.os }}

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ exclude: github_deploy_key_pandas_dev_pandas_sphinx_theme\.enc
33

44
repos:
55
- repo: https://github.com/pre-commit/mirrors-prettier
6-
rev: v2.6.2
6+
rev: v2.7.1
77
hooks:
88
- id: prettier
99
# Exclude the HTML, since it doesn't understand Jinja2
1010
exclude: .+((\.html)|index\.(.+)\.css)$
1111

1212
- repo: https://github.com/psf/black
13-
rev: 22.3.0
13+
rev: 22.8.0
1414
hooks:
1515
- id: black
1616

1717
- repo: https://gitlab.com/pycqa/flake8
18-
rev: 4.0.1
18+
rev: 5.0.4
1919
hooks:
2020
- id: flake8
2121

@@ -31,7 +31,7 @@ repos:
3131
- id: trailing-whitespace
3232

3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v2.34.0
34+
rev: v2.38.2
3535
hooks:
3636
- id: pyupgrade
3737
args: [--py37-plus]

0 commit comments

Comments
 (0)