Updates some deps, skipping scipy

This commit is contained in:
Trenton Holmes
2022-08-10 08:24:12 -07:00
parent a9a401979a
commit e781372d54
3 changed files with 91 additions and 88 deletions

View File

@@ -27,6 +27,9 @@ indent_style = space
[*.md]
indent_style = space
[Pipfile.lock]
indent_style = space
# Tests don't get a line width restriction. It's still a good idea to follow
# the 79 character rule, but in the interests of clarity, tests often need to
# violate it.