# mypy vs StyleLint

**Leader by Vioscale score:** StyleLint

| Attribute | mypy | StyleLint |
|---|---|---|
| **Vioscale score** | 71.9 (60% (medium)) | 79.3 (71% (medium)) |
| activity.commits_last_30d | 27 | 31 |
| adoption.dependent_repos | 52,771 | 200,392 |
| adoption.github_stars | 20,603 | 11,513 |
| adoption.package_downloads_weekly | 48,604,416 | 11,124,156 |
| deployment.options | - | `{"self_hosted":true}` |
| description.long | A type analysis tool for Python that enables code to transition from pure dynamic typing to statically-typed code through annotations, with error detection at check time. Code runs with negligible performance impact and developers can incrementally adopt static types in existing projects. | Stylelint is an open-source CSS linter with over 100 built-in rules that helps developers catch errors, enforce conventions, and automatically fix issues. It supports plugins for custom rules and can parse CSS-like languages such as SCSS and Sass. |
| features.capabilities | `{"autofix":false,"metrics":false,"function":"type_checker","ci_gating":true,"deployment":"cli_local","incremental":false,"open_source":"oss","custom_rules":false,"impl_language":"Python","pricing_model":"free","language_scope":"single_language","editor_integration":true}` | `{"autofix":true,"metrics":true,"function":"linter_formatter","ci_gating":true,"deployment":"cli_local","incremental":true,"open_source":"oss","config_model":"config_file","custom_rules":true,"impl_language":"JavaScript","pricing_model":"free","language_scope":"single_language","editor_integration":true}` |
| language.primary | Python | JavaScript |
| license.spdx | - | MIT |
| platform.support | `{"cli":true}` | `{"cli":true}` |
| pricing | `{"type":"open_source","sourceUrl":"https://mypy-lang.org","retrievedAt":"2026-08-14T13:45:01.127Z"}` | `{"type":"open_source","summary":"Free and open source (MIT License)","sourceUrl":"https://stylelint.io/","retrievedAt":"2026-08-14T08:32:22.608Z"}` |
| pricing.free_tier | - | yes |
| pricing.model | open_source | open_source |
| pricing.price_level | free | free |
| pricing.transparent | - | yes |
| release.cadence_days | - | 7 |
| release.history | - | `[{"url":"https://github.com/stylelint/stylelint/releases/tag/17.14.1","date":"2026-07-20T01:16:07Z","type":"stable","version":"17.14.1"},{"url":"https://github.com/stylelint/stylelint/releases/tag/17.14.0","date":"2026-06-25T15:22:34Z","type":"stable","version":"17.14.0"},{"url":"https://github.com/stylelint/stylelint/releases/tag/17.13.0","date":"2026-06-06T15:44:09Z","type":"stable","version":"17.13.0"},{"url":"https://github.com/stylelint/stylelint/releases/tag/17.12.0","date":"2026-05-20T10:49:28Z","type":"stable","version":"17.12.0"},{"url":"https://github.com/stylelint/stylelint/releases/tag/17.11.1","date":"2026-05-14T09:23:25Z","type":"stable","version":"17.11.1"},{"url":"https://github.com/stylelint/stylelint/releases/tag/17.11.0","date":"2026-05-05T11:38:30Z","type":"stable","version":"17.11.0"},{"url":"https://github.com/stylelint/stylelint/releases/tag/17.10.0","date":"2026-05-03T10:17:10Z","type":"stable","version":"17.10.0"},{"url":"https://github.com/stylelint/stylelint/releases/tag/17.9.1","date":"2026-04-27T13:06:58Z","type":"stable","version":"17.9.1"},{"url":"https://github.com/stylelint/stylelint/releases/tag/17.9.0","date":"2026-04-23T06:54:22Z","type":"stable","version":"17.9.0"},{"url":"https://github.com/stylelint/stylelint/releases/tag/17.8.0","date":"2026-04-15T11:50:13Z","type":"stable","version":"17.8.0"},{"url":"https://github.com/stylelint/stylelint/releases/tag/17.7.0","date":"2026-04-12T13:07:47Z","type":"stable","version":"17.7.0"},{"url":"https://github.com/stylelint/stylelint/releases/tag/17.6.0","date":"2026-03-26T09:39:45Z","type":"stable","version":"17.6.0"},{"url":"https://github.com/stylelint/stylelint/releases/tag/17.5.0","date":"2026-03-19T16:32:30Z","type":"stable","version":"17.5.0"},{"url":"https://github.com/stylelint/stylelint/releases/tag/17.4.0","date":"2026-02-25T13:22:00Z","type":"stable","version":"17.4.0"},{"url":"https://github.com/stylelint/stylelint/releases/tag/17.3.0","date":"2026-02-13T11:03:54Z","type":"stable","version":"17.3.0"},{"url":"https://github.com/stylelint/stylelint/releases/tag/17.2.0","date":"2026-02-10T09:47:26Z","type":"stable","version":"17.2.0"},{"url":"https://github.com/stylelint/stylelint/releases/tag/17.1.1","date":"2026-02-03T15:54:46Z","type":"stable","version":"17.1.1"},{"url":"https://github.com/stylelint/stylelint/releases/tag/17.1.0","date":"2026-01-30T12:37:43Z","type":"stable","version":"17.1.0"},{"url":"https://github.com/stylelint/stylelint/releases/tag/17.0.0","date":"2026-01-15T11:40:06Z","type":"stable","version":"17.0.0"},{"url":"https://github.com/stylelint/stylelint/releases/tag/16.26.1","date":"2025-11-28T09:30:10Z","type":"stable","version":"16.26.1"}]` |
| security.scorecard | 6.5 | 7.5 |
| security.vulnerabilities | `{"count":0,"source":"https://advisories.ecosyste.ms/api/v1/advisories?ecosystem=pypi&package_name=mypy&per_page=100","last_12m":0,"max_severity":null}` | `{"count":1,"source":"https://advisories.ecosyste.ms/api/v1/advisories?ecosystem=npm&package_name=stylelint&per_page=100","last_12m":0,"max_severity":"LOW"}` |

## Capabilities (Code Quality Tools)

| Capability | mypy | StyleLint |
|---|:--:|:--:|
| **Core** |  |  |
| Function | Type checker | Linter + formatter |
| Language scope | Single-language | Single-language |
| Implementation language | Python | JavaScript |
| **Capability** |  |  |
| Autofix | ✗ | ✓ |
| **Config** |  |  |
| Config model | - | Config file |
| **Extensibility** |  |  |
| Custom rules | ✗ | ✓ |
| **Deployment** |  |  |
| Deployment | CLI-local | CLI-local |
| **Delivery** |  |  |
| Editor integration | ✓ | ✓ |
| CI / VCS gating | ✓ | ✓ |
| **Insight** |  |  |
| Code metrics | ✗ | ✓ |
| **Performance** |  |  |
| Incremental / monorepo aware | ✗ | ✓ |
| **Licensing** |  |  |
| Open-source | OSS | OSS |
| **Commercial** |  |  |
| Pricing model | Free | Free |

*Source: Vioscale. Generated 2026-09-01T17:09:57.618Z. "-" = undocumented, not absent.*
