Skip to content

Commit 3aac4ca

Browse files
Autoupgrade pre-commit tools
1 parent 41a86ec commit 3aac4ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,21 @@ repos:
4747
args: ["--application-directories=.:src:testing", --py3-plus]
4848

4949
- repo: https://github.com/asottile/pyupgrade
50-
rev: v3.19.0
50+
rev: v3.19.1
5151
hooks:
5252
- id: pyupgrade
5353
args: [--py39-plus]
5454

5555
- repo: https://github.com/pre-commit/mirrors-eslint
56-
rev: v9.16.0
56+
rev: v9.17.0
5757
hooks:
5858
- id: eslint
5959
additional_dependencies:
6060
6161
6262
args: ["--fix"]
6363
- repo: https://github.com/pre-commit/mirrors-mypy
64-
rev: v1.13.0
64+
rev: v1.14.0
6565
hooks:
6666
- id: mypy
6767
files: ^(src/pytest_html|testing)

0 commit comments

Comments
 (0)