Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0 # must match pyproject.toml
rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -12,12 +12,12 @@ repos:
- id: name-tests-test
args: [--pytest-test-first]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.13.2 # must match pyproject.toml
rev: v0.13.3
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.20.0 # must match pyproject.toml
rev: 1.20.0
hooks:
- id: blacken-docs
language: python # means renovate will update the `additional_dependencies` for the hook
Expand Down
1 change: 0 additions & 1 deletion tests/test_gather.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
from pytest_mock import MockerFixture
from pytest_subtests import SubTests

import typeshed_stats
import typeshed_stats.gather
from typeshed_stats.gather import (
AnnotationStats,
Expand Down