Skip to main content

Creation and maintenance of `exclude` file lists for common code quality tools.

Project description

debtcloset

Creation and maintenance of "exclude" file lists for common code quality tools.

Integrating a new code quality tool in an established repo typically requires a transitional period of ignoring/excluding a significant fraction of files for pre-commit checks or continuous integration testing. During such a transition, your technical "debt closet" is the collection of excluded files. debtcloset streamlines the creating and maintenance of your debt closet and includes tools to keep it up-to-date to reflect code changes.

Quick start

We're on pypi so you can just pip install debtcloset or poetry add debtcloset etc.

pyright with pyproject.toml

To update your pyproject.toml's pyright configuration to exclude all files that currently fail pyright checks, simply do

from debtcloset.pyright.toml import exclude
exclude()

ruff with pyproject.toml

To update your pyproject.toml's pyright configuration to exclude all files that currently fail ruff checks, simply do

from debtcloset.ruff.toml import exclude
exclude()

Development

Install poetry:

curl -sSL https://install.python-poetry.org | python3 -

Install pyenv and its virtualenv plugin. Then:

pyenv install 3.12.2
pyenv global 3.12.2
pyenv virtualenv 3.12.2 debtcloset
pyenv activate debtcloset

Install this package and its dependencies in your virtual env:

poetry install --with extras --with dev

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

debtcloset-0.0.1.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

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

debtcloset-0.0.1-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

Details for the file debtcloset-0.0.1.tar.gz.

File metadata

  • Download URL: debtcloset-0.0.1.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.2

File hashes

Hashes for debtcloset-0.0.1.tar.gz
Algorithm Hash digest
SHA256 6209634b8294588c2b4e7887c6b3c48353b1358237d591ada6c36248a2c488c6
MD5 fb0ea11c1563fe4738f275b29961cae5
BLAKE2b-256 937c4ab3e2d7325db2b176892961cb6574aebcd80bc7bb837d65b5e0697bfb26

See more details on using hashes here.

File details

Details for the file debtcloset-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: debtcloset-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 6.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.2

File hashes

Hashes for debtcloset-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c1221dd3ebf647329ed27ee6e20969044085c151108e086e8e598a900378f3c5
MD5 ebaacd91e1c01e6733d94c53a0cd6e01
BLAKE2b-256 97097c71b69f2590d4db609de6f96067b0723fdebc0950b9e6abce8f0ca1e8b6

See more details on using hashes here.

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