mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
Allow TOML 1.0.0 syntax in check-toml
This commit is contained in:
parent
f48244a805
commit
4c366d88f7
3 changed files with 11 additions and 7 deletions
|
|
@ -24,7 +24,7 @@ classifiers =
|
|||
packages = find:
|
||||
install_requires =
|
||||
ruamel.yaml>=0.15
|
||||
toml
|
||||
tomli
|
||||
python_requires = >=3.6.1
|
||||
|
||||
[options.packages.find]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue