typos/crates/typos-cli
Logan Hunt b856b9603f
feat(config): Support for pyproject.toml files (#790)
This PR adds support for parsing `pyproject.toml` config files. The convention
for these files is to put any tooling related configuration into the
`tool.NAME` section, so in this case, `tool.typos`. I have verified that the
changes are pulled correctly, even if the `tool.typos` section is not present.

Closes #361
2023-09-06 15:31:14 -05:00
..
benches fix(pre-commit): Separate cli from pre-commit package 2023-03-08 10:19:20 -06:00
src feat(config): Support for pyproject.toml files (#790) 2023-09-06 15:31:14 -05:00
tests fix(cli): Improve error when args aren't present 2023-08-21 10:20:16 -05:00
Cargo.toml chore: Release 2023-09-01 16:22:11 -05:00
pyproject.toml chore: move deprecated package.metadata.maturin (#801) 2023-08-12 19:09:26 -05:00