summaryrefslogtreecommitdiff
path: root/pyproject.toml
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 /pyproject.toml
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 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..a8f43fe
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,2 @@
+[tool.black]
+line-length = 79