Skip to content

Instantly share code, notes, and snippets.

View inquilabee's full-sized avatar

Vishal Kumar Mishra inquilabee

View GitHub Profile
@inquilabee
inquilabee / FINDINGS.md
Created July 29, 2026 22:31
ShipGate review — matiasb/python-unidiff — 2026-07-29

ShipGate findings index — matiasb/python-unidiff

Captured 2026-07-30 with shipgate==0.1.7, --suite full, changed-only: false.

File Command Notes
check.out timeout 900 shipgate check --suite full --target . Full-repo gate scan
format.out timeout 300 shipgate format --target . Formatter / lint preview
refactor-default.out timeout 300 shipgate refactor check . Default refactor report (empty capture — run timed out on full tree)
refactor-strict.out timeout 300 shipgate refactor check --strict . Strict refactor report (empty capture — full tree slow; core unidiff/ strict ≈41 hits)
@inquilabee
inquilabee / FINDINGS.md
Last active July 29, 2026 22:12
ShipGate review — 416rehman/DeepZero — PR #29 — 2026-07-29

ShipGate findings index — 416rehman/DeepZero

Date: 2026-07-30
ShipGate: 0.1.7 (PyPI)
Suite: full · Target: . · changed-only: false

Captures

File Description
@inquilabee
inquilabee / FINDINGS.md
Created July 29, 2026 22:08
ShipGate review — 416rehman/DeepZero — 2026-07-29

ShipGate findings index — 416rehman/DeepZero

Date: 2026-07-30
ShipGate: 0.1.7 (PyPI)
Suite: full · Target: . · changed-only: false

Captures

File Description
@inquilabee
inquilabee / FINDINGS.md
Last active July 29, 2026 22:10
ShipGate review — weareprestatech/hotpdf — 2026-07-29

ShipGate findings index — weareprestatech/hotpdf

Date: 2026-07-30
ShipGate: 0.1.7 (--suite full, changed-only: false)
Core dirs (auto-fix scope): hotpdf/

Captures

File Description
@inquilabee
inquilabee / FINDINGS.md
Created July 29, 2026 21:59
ShipGate review — pylint-dev/astroid — 2026-07-29

ShipGate findings index — pylint-dev/astroid

File Command Notes
check.out shipgate check --suite full --target . ~3,740 findings in report.json; 687 stderr lines captured
refactor-default.out shipgate refactor check . Timed out / empty on large tree — see report.json gate counts
refactor-strict.out shipgate refactor check --strict . Timed out / empty — ~50 gate refactor items in check report
format.out shipgate format --target . Pre-fix dry-run empty post auto-fix (60 files already formatted)

Core auto-fix scope: astroid/ only (core-dirs.txt — not published).

@inquilabee
inquilabee / FINDINGS.md
Created July 29, 2026 21:47
ShipGate review — macbre/sql-metadata — 2026-07-29

ShipGate findings index — macbre/sql-metadata

Captured 2026-07-30 with shipgate==0.1.7, suite full, --target ..

Artifact Description
check.out Full shipgate check --suite full --target . output
refactor-default.out shipgate refactor check . (0 suggestions)
refactor-strict.out shipgate refactor check --strict . (124 suggestions)
format.out shipgate format --target . dry-run (72 issues, mostly test trailing whitespace)
@inquilabee
inquilabee / FINDINGS.md
Created July 29, 2026 21:22
ShipGate review — pallets-eco/croniter — 2026-07-29

ShipGate findings index — pallets-eco/croniter

Artifact Description
check.out shipgate check --suite full --target .
refactor-strict.out shipgate refactor check --strict . (225 suggestions)
refactor-default.out shipgate refactor check . (2 suggestions)
format.out shipgate format --target . (no reformat needed)

See SUMMARY.md for the owner-facing report.

@inquilabee
inquilabee / FINDINGS.md
Created July 29, 2026 21:06
ShipGate review — phfaist/pylatexenc — 2026-07-29

ShipGate findings index — phfaist/pylatexenc

Captured 2026-07-30 with shipgate==0.1.7, suite full, changed-only: false, target ..

File Command
check.out shipgate check --suite full --target .
format.out shipgate format --target . (initial full-repo capture)
refactor-default.out shipgate refactor check pylatexenc
refactor-strict.out shipgate refactor check --strict pylatexenc
@inquilabee
inquilabee / FINDINGS.md
Last active July 29, 2026 20:51
ShipGate review — python-humanize/humanize — PR #362 — 2026-07-29

ShipGate findings index — python-humanize/humanize

Captured 2026-07-30 during follow-up auto-expand pass.

Artifact Description
check.out shipgate check --suite full --target .
refactor-strict.out shipgate refactor check --strict .
format.out shipgate format --target .
num = 101
if num > 5:
raise Exception("Number should be less than or equal to 5")