Skip to main content

Linters composer

Project description

🔫 pystolint 🔫

Yet another python linter?

No. It's just a runner for ruff + mypy with these settings

Why?

I'm fed up with:

  1. Having to copy settings for every single project. (at least until "parent pyproject.toml" is not invented)
  2. Not being able to apply checks only to git diffs, which makes it hard to add linters to large projects
  3. Not being able to deprecate certain things and preventing them in new code.

Install

Simple:

  • pip install pystolint

or

  • pip install git+ssh://git@github.com/hhru/pystolint.git@master

Dev:

  1. Clone repo
git clone git@github.com:hhru/pystolint.git ~/projects/pystolint
cd ~/projects/pystolint
python -m venv .venv
source .venv/bin/activate
pip install -e .
  1. Create global shortcut (/usr/local/bin/pys):
  #!/path/to/your/pystolint/.venv/bin/python
  import sys
  from pystolint.main import main

  if __name__ == '__main__':
    sys.exit(main())
  1. Make executable:
chmod +x /usr/local/bin/pys

Usage

Check code:

pys check .
pys check path1 path2
pys check --diff

Format code:

pys format .
pys format path1 path2

Settings

Can be specified from cli or pyproject.toml. Cli settings have bigger priority

example toml:

[tool.pystolint]
base_toml_path = "/path/to/shared/config.toml"
base_branch_name = "develop"

cli:

  • --base_toml_path - path or link for replace pystolint default settings
  • --base_branch_name - branch name from which to get diff (default is master)
  • --config - specify path to local toml configs (default is pyproject.toml in current dir)

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

pystolint-0.2.13.tar.gz (23.6 kB view details)

Uploaded Source

Built Distribution

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

pystolint-0.2.13-py3-none-any.whl (21.8 kB view details)

Uploaded Python 3

File details

Details for the file pystolint-0.2.13.tar.gz.

File metadata

  • Download URL: pystolint-0.2.13.tar.gz
  • Upload date:
  • Size: 23.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.22

File hashes

Hashes for pystolint-0.2.13.tar.gz
Algorithm Hash digest
SHA256 88dfb6f9d8a2e6946634c236c2064f69d4f4a9f7211ec21557685fc7c5ec3190
MD5 41219f9ad25dcd06e3bd41963ce0e629
BLAKE2b-256 0c6c207b1045bc4035cf8c724aea9ba0f6265b6b204eace7dc9f8dbd9881b3d0

See more details on using hashes here.

File details

Details for the file pystolint-0.2.13-py3-none-any.whl.

File metadata

  • Download URL: pystolint-0.2.13-py3-none-any.whl
  • Upload date:
  • Size: 21.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.22

File hashes

Hashes for pystolint-0.2.13-py3-none-any.whl
Algorithm Hash digest
SHA256 7b2326b715b08a7e74ee6ff2608eed233f9cbcf599b36cf300af769702ac4a44
MD5 3286719e0c432fc9277f8be20fe1d21f
BLAKE2b-256 5d0db0fc903d67c4ef12870488bf1317e745dd23fc94755185240022b451132a

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