Skip to content

Commit dd16af8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.21.1 → v3.21.2](asottile/pyupgrade@v3.21.1...v3.21.2) - [github.com/pre-commit/mirrors-eslint: v9.39.1 → v10.0.0-alpha.1](pre-commit/mirrors-eslint@v9.39.1...v10.0.0-alpha.1) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0)
1 parent 6462524 commit dd16af8

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
@@ -45,21 +45,21 @@ repos:
4545
args: ["--application-directories=.:src:testing", --py3-plus]
4646

4747
- repo: https://github.com/asottile/pyupgrade
48-
rev: v3.21.1
48+
rev: v3.21.2
4949
hooks:
5050
- id: pyupgrade
5151
args: [--py39-plus]
5252

5353
- repo: https://github.com/pre-commit/mirrors-eslint
54-
rev: v9.39.1
54+
rev: v10.0.0-alpha.1
5555
hooks:
5656
- id: eslint
5757
additional_dependencies:
5858
- eslint@8.20.0
5959
- eslint-config-google@0.14.0
6060
args: ["--fix"]
6161
- repo: https://github.com/pre-commit/mirrors-mypy
62-
rev: v1.18.2
62+
rev: v1.19.0
6363
hooks:
6464
- id: mypy
6565
files: ^(src/pytest_html|testing)

0 commit comments

Comments
 (0)