# golangci-lint vs mypy

**Leader by Vioscale score:** mypy

| Attribute | golangci-lint | mypy |
|---|---|---|
| **Vioscale score** | 64 (50% (medium)) | 71.9 (60% (medium)) |
| activity.commits_last_30d | 45 | 27 |
| adoption.dependent_repos | 10,411 | 52,771 |
| adoption.github_stars | 19,318 | 20,603 |
| adoption.package_downloads_weekly | - | 48,604,416 |
| deployment.options | `{"self_hosted":true}` | - |
| description.long | An open-source linting tool that combines multiple Go linters into a single, efficient analysis pass. It streamlines code quality checks by running linters concurrently and providing unified configuration. | 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. |
| features.capabilities | `{"autofix":true,"metrics":false,"function":"linter","ci_gating":true,"deployment":"cli_local","incremental":true,"open_source":"oss","config_model":"config_file","custom_rules":false,"impl_language":"Go","pricing_model":"free","language_scope":"single_language","editor_integration":true}` | `{"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}` |
| integrations.count | 6 | - |
| integrations.list | `[{"name":"VS Code"},{"name":"Sublime Text"},{"name":"GoLand"},{"name":"GNU Emacs"},{"name":"Vim"},{"name":"GitHub Actions"}]` | - |
| language.primary | Go | Python |
| license.spdx | GPL-3.0 | - |
| platform.support | `{"cli":true}` | `{"cli":true}` |
| pricing | `{"type":"open_source","freeTier":true,"sourceUrl":"https://golangci-lint.run/","retrievedAt":"2026-08-14T08:37:13.368Z"}` | `{"type":"open_source","sourceUrl":"https://mypy-lang.org","retrievedAt":"2026-08-14T13:45:01.127Z"}` |
| pricing.free_tier | yes | - |
| pricing.model | open_source | open_source |
| pricing.price_level | free | free |
| release.cadence_days | 5 | - |
| release.history | `[{"url":"https://github.com/golangci/golangci-lint/releases/tag/v2.13.1","date":"2026-08-20T14:59:22Z","type":"stable","version":"v2.13.1"},{"url":"https://github.com/golangci/golangci-lint/releases/tag/v2.13.0","date":"2026-08-19T23:29:17Z","type":"stable","version":"v2.13.0"},{"url":"https://github.com/golangci/golangci-lint/releases/tag/v2.12.2","date":"2026-05-06T11:36:47Z","type":"stable","version":"v2.12.2"},{"url":"https://github.com/golangci/golangci-lint/releases/tag/v2.12.1","date":"2026-05-02T10:35:52Z","type":"stable","version":"v2.12.1"},{"url":"https://github.com/golangci/golangci-lint/releases/tag/v2.12.0","date":"2026-05-01T13:09:41Z","type":"stable","version":"v2.12.0"},{"url":"https://github.com/golangci/golangci-lint/releases/tag/v2.11.4","date":"2026-03-22T18:01:26Z","type":"stable","version":"v2.11.4"},{"url":"https://github.com/golangci/golangci-lint/releases/tag/v2.11.3","date":"2026-03-10T10:52:02Z","type":"stable","version":"v2.11.3"},{"url":"https://github.com/golangci/golangci-lint/releases/tag/v2.11.2","date":"2026-03-07T21:54:09Z","type":"stable","version":"v2.11.2"},{"url":"https://github.com/golangci/golangci-lint/releases/tag/v2.11.1","date":"2026-03-06T14:30:47Z","type":"stable","version":"v2.11.1"},{"url":"https://github.com/golangci/golangci-lint/releases/tag/v2.11.0","date":"2026-03-06T13:43:43Z","type":"stable","version":"v2.11.0"},{"url":"https://github.com/golangci/golangci-lint/releases/tag/v2.10.1","date":"2026-02-17T15:54:50Z","type":"stable","version":"v2.10.1"},{"url":"https://github.com/golangci/golangci-lint/releases/tag/v2.10.0","date":"2026-02-17T13:34:09Z","type":"stable","version":"v2.10.0"},{"url":"https://github.com/golangci/golangci-lint/releases/tag/v2.9.0","date":"2026-02-10T23:40:13Z","type":"stable","version":"v2.9.0"},{"url":"https://github.com/golangci/golangci-lint/releases/tag/v2.8.0","date":"2026-01-07T21:56:21Z","type":"stable","version":"v2.8.0"},{"url":"https://github.com/golangci/golangci-lint/releases/tag/v2.7.2","date":"2025-12-07T17:23:04Z","type":"stable","version":"v2.7.2"},{"url":"https://github.com/golangci/golangci-lint/releases/tag/v2.7.1","date":"2025-12-04T14:54:57Z","type":"stable","version":"v2.7.1"},{"url":"https://github.com/golangci/golangci-lint/releases/tag/v2.7.0","date":"2025-12-03T20:17:30Z","type":"stable","version":"v2.7.0"},{"url":"https://github.com/golangci/golangci-lint/releases/tag/v2.6.2","date":"2025-11-14T13:26:16Z","type":"stable","version":"v2.6.2"},{"url":"https://github.com/golangci/golangci-lint/releases/tag/v2.6.1","date":"2025-11-04T11:31:55Z","type":"stable","version":"v2.6.1"},{"url":"https://github.com/golangci/golangci-lint/releases/tag/v2.6.0","date":"2025-10-29T20:06:51Z","type":"stable","version":"v2.6.0"}]` | - |
| security.scorecard | 6.8 | 6.5 |
| security.vulnerabilities | `{"count":0,"source":"https://advisories.ecosyste.ms/api/v1/advisories?ecosystem=go&package_name=github.com%2Fgolangci%2Fgolangci-lint&per_page=100","last_12m":0,"max_severity":null}` | `{"count":0,"source":"https://advisories.ecosyste.ms/api/v1/advisories?ecosystem=pypi&package_name=mypy&per_page=100","last_12m":0,"max_severity":null}` |

## Capabilities (Code Quality Tools)

| Capability | golangci-lint | mypy |
|---|:--:|:--:|
| **Core** |  |  |
| Function | Linter | Type checker |
| Language scope | Single-language | Single-language |
| Implementation language | Go | Python |
| **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-01T15:14:30.307Z. "-" = undocumented, not absent.*
