CI spell-checking tool
Project description
Antiseptic
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file antiseptic-0.2.0-cp38-cp38-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: antiseptic-0.2.0-cp38-cp38-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 8.9 MB
- Tags: CPython 3.8, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a5c72ab58570368d53518ffff677b28b70505036c924e1ac566e670df3b3161
|
|
| MD5 |
947069c2a7521fbff47ad93f3ec0e612
|
|
| BLAKE2b-256 |
9af0d4c103915f77e07609ecf7142dfe8a019f6afe1d98a1aeab459d4e44accc
|