Skip to content

Commit eaa8616

Browse files
[pre-commit.ci] pre-commit autoupdate (pypa#2060)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.1](astral-sh/ruff-pre-commit@v0.7.0...v0.7.1) - [github.com/pre-commit/mirrors-mypy: v1.12.1 → v1.13.0](pre-commit/mirrors-mypy@v1.12.1...v1.13.0) * Update .pre-commit-config.yaml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]>
1 parent 7c3b0fb commit eaa8616

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.pre-commit-config.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.7.0
17+
rev: v0.7.1
1818
hooks:
1919
- id: ruff
2020
args: ["--fix", "--show-fixes"]
2121
- id: ruff-format
2222

2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.12.1
24+
rev: v1.13.0
2525
hooks:
2626
- id: mypy
2727
name: mypy 3.8 on cibuildwheel/
@@ -30,6 +30,7 @@ repos:
3030
additional_dependencies: &mypy-dependencies
3131
- bracex
3232
- nox
33+
- orjson
3334
- packaging
3435
- pygithub
3536
- pytest

0 commit comments

Comments
 (0)