Skip to main content

Applier of fine source code fixes since 2025

Project description

Ick

Ick is lightweight polyglot automation for running language-specific tools (including auto-fixes) and letting developers know what they can improve.

The problem

Let's say you have a bunch of repos that might need updating.

Not like "format my code" updating, but things that reduce tech debt like moving from pinned urllib3 1.x to urllib3 2.x. That'd be good, right? But maybe not for everyone. And certainly not right now, because you don't want to block pull requests.

The traditional dev loop generally looks like this:

    /----------------\  push  /----------------\
    |  code          |------->|  integrate     |
    |      build     |        |      test      |
    |          test  |        |        deploy  |
    \----------------/        \----------------/

       inner loop                 outer loop

but that discounts the big-picture software maintenance stuff that healthy projects ought to do, and commonly forget (or accomplish with one-off scripts) on a longer term basis. For that we really ought to keep track of things that aren't "right now" and aren't "today" but are "important, yet not urgent".

    /----------------\  push  /----------------\ stable  /==================\
    |  code          |------->|  integrate     |-------->| tech debt week   |
    |      build     |        |      test      |         |  quantified proj |
    |          test  |        |        deploy  |         |   bootcamp tasks |
    \----------------/        \----------------/         |     deprecations |
                                                         \==================/
       inner loop                 outer loop               planning cycle

Ick manages and runs rules to help you update repos on your timeline.

Elevator pitch

ick looks at your source code and gives you an evaluation against a set of rules. Those rules might come from a central team at your work, or a trusted friend, or they might be ones you maintain yourself (like my hobbyhorse, "text files must end with a newline").

If you're ever tempted to make a one-off shell script, or create a scripts/release-check.sh that you run once in a while, then ick is the loose automation framework you're looking for. Ick makes that kind of work easier to scale past a couple of repos.

Ick also has the explicit goal of being able to scale from low-risk, easy changes ("text files should end with a newline") to medium changes ("you should drop Python 3.6 support and sync your GitHub actions matrix") to large ones ("here's the beginning of a refactor to enable testcontainers") or even ones that involve external state. The effort to write rules should be roughly proportional to how complex they are -- easy things should be easy (and fast!), but it's OK for hard things to still be hard.

Who is ick for?

  • Central teams with opinions. For example, at a company, there might be a language team, a testing team, a load-balancing team, and they all might want to let you know if there are deprecations coming.
  • Projects with opinions. Say your ML project has decided to only bless a certain model or license).
  • Developers with multiple repositories they want to keep looking similar.
  • Developers with hobby horses, who are stricter about things others don't (yet) care about.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ick-0.4.0rc1.tar.gz (297.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ick-0.4.0rc1-py3-none-any.whl (39.4 kB view details)

Uploaded Python 3

File details

Details for the file ick-0.4.0rc1.tar.gz.

File metadata

  • Download URL: ick-0.4.0rc1.tar.gz
  • Upload date:
  • Size: 297.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for ick-0.4.0rc1.tar.gz
Algorithm Hash digest
SHA256 6033ca3930af55042d9107c632b8f98c6fd6278ea5869a3d4d6e2048bd66b1d8
MD5 bfeba45ef09b13b6bdd4646c56e291c9
BLAKE2b-256 705d5c559e649f9a056cace963eb5f7db5e9b2a87dea43f8680a110ed83a2a6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for ick-0.4.0rc1.tar.gz:

Publisher: build.yml on advice-animal/ick

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ick-0.4.0rc1-py3-none-any.whl.

File metadata

  • Download URL: ick-0.4.0rc1-py3-none-any.whl
  • Upload date:
  • Size: 39.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for ick-0.4.0rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 d103f631633eae1502ff7603bc503741a14bfd507481a8a59b0967354fc10be7
MD5 0afbb997ed1b3c60e293cfffe9443d01
BLAKE2b-256 43846b59cf6e84424cd6fd26004d15aea8fc527e4401e4781a8e8d014be84e1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ick-0.4.0rc1-py3-none-any.whl:

Publisher: build.yml on advice-animal/ick

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page