Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

Commit 35cf7a2

Browse files
committed
Mirror: 0.0.42
1 parent 3085bce commit 35cf7a2

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# ruff-pre-commit
22

33
[![ty](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ty/main/assets/badge/v0.json)](https://github.com/astral-sh/ty)
4-
[![image](https://img.shields.io/pypi/v/ty/0.0.41.svg)](https://pypi.python.org/pypi/ty)
5-
[![image](https://img.shields.io/pypi/l/ty/0.0.41.svg)](https://pypi.python.org/pypi/ty)
6-
[![image](https://img.shields.io/pypi/pyversions/ty/0.0.41.svg)](https://pypi.python.org/pypi/ty)
4+
[![image](https://img.shields.io/pypi/v/ty/0.0.42.svg)](https://pypi.python.org/pypi/ty)
5+
[![image](https://img.shields.io/pypi/l/ty/0.0.42.svg)](https://pypi.python.org/pypi/ty)
6+
[![image](https://img.shields.io/pypi/pyversions/ty/0.0.42.svg)](https://pypi.python.org/pypi/ty)
77
[![Actions status](https://github.com/NSPBot911/ty-pre-commit/workflows/main/badge.svg)](https://github.com/NSPBot911/ty-pre-commit/actions)
88

99
A [pre-commit](https://pre-commit.com/) hook for [ty](https://github.com/astral-sh/ty).
@@ -19,7 +19,7 @@ To run ty's [checker](https://docs.astral.sh/ty/type-checking) via pre-commit, a
1919
repos:
2020
- repo: https://github.com/NSPBot911/ty-pre-commit
2121
# ty version.
22-
rev: v0.0.41
22+
rev: v0.0.42
2323
hooks:
2424
# Run the linter.
2525
- id: ty-check
@@ -31,7 +31,7 @@ To avoid running on Jupyter Notebooks, remove `jupyter` from the list of allowed
3131
repos:
3232
- repo: https://github.com/NSPBot911/ty-pre-commit
3333
# ty version.
34-
rev: v0.0.41
34+
rev: v0.0.42
3535
hooks:
3636
# Run the linter.
3737
- id: ty-check

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
name = "ty-pre-commit"
33
version = "0.0.0"
44
dependencies = [
5-
"ty==0.0.41",
5+
"ty==0.0.42",
66
]

0 commit comments

Comments
 (0)