• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pantsbuild / pants / 19605163397

23 Nov 2025 03:21AM UTC coverage: 80.249% (-0.04%) from 80.284%
19605163397

Pull #22911

github

web-flow
Merge 94c33cc2d into 5244eeb7a
Pull Request #22911: Replaced isort with ruff lint

13 of 16 new or added lines in 13 files covered. (81.25%)

32 existing lines in 1 file now uncovered.

78348 of 97631 relevant lines covered (80.25%)

3.09 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/python/pants/backend/python/typecheck/mypy/register.py
1
# Copyright 2020 Pants project contributors (see CONTRIBUTORS.md).
2
# Licensed under the Apache License, Version 2.0 (see LICENSE).
3

4
"""Type checker for Python.
5

6
See https://www.pantsbuild.org/docs/python-linters-and-formatters and
7
https://mypy.readthedocs.io/en/stable/.
8
"""
9

NEW
10
from pants.backend.python.typecheck.mypy import mypyc, skip_field, subsystem
×
11
from pants.backend.python.typecheck.mypy import rules as mypy_rules
×
12

13

14
def rules():
×
15
    return (*mypy_rules.rules(), *mypyc.rules(), *skip_field.rules(), *subsystem.rules())
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc