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

pantsbuild / pants / 19572556425

21 Nov 2025 01:50PM UTC coverage: 80.295% (+0.007%) from 80.288%
19572556425

Pull #22906

github

web-flow
Merge c59ca89b1 into 70dc9fe34
Pull Request #22906: Update Coursier default version to v2.1.24

3 of 3 new or added lines in 2 files covered. (100.0%)

294 existing lines in 12 files now uncovered.

78385 of 97621 relevant lines covered (80.3%)

3.36 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

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

14

15
def rules():
×
UNCOV
16
    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