Skip to main content

CI spell-checking tool

Project description

Antiseptic

Shows the Antiseptic logo.

The Rust-built Python package for spell-checking, purposed for continuous integration.

Get started

Installation

Antiseptic is available from PyPI:

pip install antiseptic

Running

$ antiseptic
./myfile.txt:15:32: AS001 spelling mistake `helol`
./theotherfile.py:3:40: AS001 spelling mistake `colosal`

You can specify which file(s) you wish to spell-check:

$ antiseptic myfile.txt
myfile.txt:15:32: AS001 spelling mistake `helol`

Configuration

Antiseptic is configured in pyproject.toml, antiseptic.toml, or .antiseptic.toml.

There is a setting exclude which indicates directories and files which should not be included in the spell-check:

exclude = [
    "build",
    ".mypy_cache",
    ".ruff_cache",
    ".venv",
]

There is also a setting allowed-words which defines words that Antiseptic will not flag:

allowed-words = [
    "glubbage",
    "glimp"
]

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

antiseptic-0.2.0-cp38-cp38-manylinux_2_34_x86_64.whl (8.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.34+ x86-64

File details

Details for the file antiseptic-0.2.0-cp38-cp38-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for antiseptic-0.2.0-cp38-cp38-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 3a5c72ab58570368d53518ffff677b28b70505036c924e1ac566e670df3b3161
MD5 947069c2a7521fbff47ad93f3ec0e612
BLAKE2b-256 9af0d4c103915f77e07609ecf7142dfe8a019f6afe1d98a1aeab459d4e44accc

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