bump utils

also remove the `read().splitlines()` pattern from csv.reader usage,
as it's redundant. also add .vscode to gitignore to accomodate my
hipster IDE choices, and add some lines to pytest.ini so just running
`py.test` uses some useful flags
This commit is contained in:
Leo Hemsted
2019-08-02 12:41:03 +01:00
parent 832ca8775f
commit 9726edf68d
5 changed files with 12 additions and 10 deletions

1
.gitignore vendored
View File

@@ -63,6 +63,7 @@ docs/_build/
# PyBuilder
target/
.idea/
.vscode
# Mac
*.DS_Store