Skip to content

Commit a5a0b5e

Browse files
[pre-commit.ci] pre-commit autoupdate (#878)
updates: - [github.com/pre-commit/mirrors-eslint: v9.19.0 → v9.20.0](pre-commit/mirrors-eslint@v9.19.0...v9.20.0) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 831741a commit a5a0b5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ repos:
5353
args: [--py39-plus]
5454

5555
- repo: https://github.com/pre-commit/mirrors-eslint
56-
rev: v9.19.0
56+
rev: v9.20.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.14.1
64+
rev: v1.15.0
6565
hooks:
6666
- id: mypy
6767
files: ^(src/pytest_html|testing)

0 commit comments

Comments
 (0)