Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.11.0
rev: 25.12.0
hooks:
- id: black
args: [--safe, --quiet, --line-length=88]
Expand Down Expand Up @@ -45,21 +45,21 @@ repos:
args: ["--application-directories=.:src:testing", --py3-plus]

- repo: https://github.com/asottile/pyupgrade
rev: v3.21.1
rev: v3.21.2
hooks:
- id: pyupgrade
args: [--py39-plus]

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.39.1
rev: v10.0.0-alpha.1
hooks:
- id: eslint
additional_dependencies:
- eslint@8.20.0
- eslint-config-google@0.14.0
args: ["--fix"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.18.2
rev: v1.19.0
hooks:
- id: mypy
files: ^(src/pytest_html|testing)
Expand All @@ -69,7 +69,7 @@ repos:
hooks:
- id: rst
name: rst
entry: rst-lint --encoding utf-8
entry: rst-lint
files: ^(README.rst)$
language: python
additional_dependencies: [pygments, restructuredtext_lint]
Expand Down