chore: drop toml, use tomli (#876)

This is required to get TOML 1.0 support, and lightens our dependencies a bit.
This commit is contained in:
Henry Schreiner
2021-10-15 11:30:16 -04:00
committed by GitHub
parent 414b4f02ad
commit bf36398572
10 changed files with 59 additions and 41 deletions
+2 -1
View File
@@ -58,6 +58,7 @@ repos:
- types-jinja2
- types-certifi
- types-toml
- tomli
- id: mypy
name: mypy 3.7+ on bin/
files: ^((bin|docs)/.*py|noxfile.py)$
@@ -69,7 +70,7 @@ repos:
- types-pyyaml
- types-click
- types-requests
- types-toml
- tomli
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1