Registry / testing / flake8-gl-codeclimate

flake8-gl-codeclimate

JSON →
library0.2.2pypypi✓ verified 81d ago

Flake8 formatter that outputs GitLab Code Quality artifact JSON. Current version 0.2.2. Low release cadence; maintained primarily by the community.

pip install flake8-gl-codeclimate
INSTALL
IMPORT
SIG · FLAKE8-GL-CODECLIM
F
flake8-gl-codeclimate
testingpythonv0.2.2
Install
1.8s avg
Import
Disk
17MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v0.2.2 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 19.3MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 1.8s · import 0.000s · 20MB
17MB installed
● package 17MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GitlabCodeClimateFormatter
from flake8_gl_codeclimate import GitlabCodeClimateFormatter
from flake8_gl_codeclimate.formatter import CodeClimateFormatter

Create an instance of the formatter and use it to format flake8 results.

from flake8_gl_codeclimate.formatter import CodeClimateFormatter formatter = CodeClimateFormatter() print(formatter) # Outputs a JSON string of GitLab Code Climate issues
Debug
Known issues
gotchaThe formatter expects flake8's internal representation; calling formatter.format() directly may fail if flake8's LintResult structure changes.
fix
Use via flake8's --format flag or with flake8's Result class.
affects: all
deprecatedPython 3.6 support is dropped in newer versions; ensure Python 3.7+.
fix
Upgrade Python to 3.7+.
affects: >=0.2.0
Upgrade
Version history
0.2.2latest on PyPI · released Apr 6, 2026
Audit
Dependencies
flake8requiredRequired runtime dependency
Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
flake8-gl-codeclimate — pip install flake8-gl-codeclimate · libregistry