summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCaselIT <cfederico87@gmail.com>2020-03-17 23:17:33 +0100
committerFederico Caselli <cfederico87@gmail.com>2020-03-18 18:01:27 +0000
commit499ccb3ed186c52925ecfdb81f5e9859dd1e5122 (patch)
treef07c604254b514adb74ad96833d2826926b3c063 /.gitignore
parent6bb4f5efb47d9c672a363dc1e588a7ac2c50037b (diff)
downloadalembic-499ccb3ed186c52925ecfdb81f5e9859dd1e5122.tar.gz
Update black to match sqlalchemy version
Also add a in the pep8 tox job a check to verify that all files are properly formatted Change-Id: I7bac8463b273f3bce9be098e6ee76f1761e28e72
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 47a52f7..4f13bf5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,5 @@ coverage.xml
/scratch_test_*
/test_schema.db
.idea/
+.vscode/
+.pytest_cache/ \ No newline at end of file