A simple toml syntax checker
Project description
A simple toml syntax checker.
Designed to be used by pre-commit hooks.
Installation
pip install -U tomlcheck
Usage
Check files:
tomlcheck $(find . -type f -name "*.toml")
With logging:
tomlcheck --log-level DEBUG $(find . -type f -name "*.toml")
In pre-commit config:
# .pre-commit-config.yaml
- repo: local
hooks:
- id: tomlcheck
name: Check TOML Syntax
description: Checks TOML files for valid syntax.
entry: tomlcheck
language: system
files: \**/*.toml$
stages: [commit, push, manual]
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
tomlcheck-0.1.2.tar.gz
(2.7 kB
view hashes)
Built Distribution
Close
Hashes for tomlcheck-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32d731757a93ef825103aa0574077f611319182edd38bf9d6ad6d07a9c96fda5 |
|
MD5 | 85dd68b2de1749a30c323eb8a1898f8f |
|
BLAKE2b-256 | 1a3f46b777d98ffbb1f14394e3456f3dd5102eef0cc35422ee84a40359c1b3db |