chore: improvements to the noxfile

This commit is contained in:
Henry Schreiner
2021-07-15 22:44:39 -04:00
parent 64236303df
commit bed7c6980c
2 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ repos:
- types-toml
- id: mypy
name: mypy 3.7+ on bin/
files: ^(bin|docs)/.*py$
files: ^((bin|docs)/.*py|noxfile.py)$
args: ["--python-version=3.7", "--scripts-are-modules"]
additional_dependencies:
- packaging>=21.0