aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-05-05 09:25:47 +0200
committerMatěj Cepl <mcepl@cepl.eu>2024-05-05 09:34:33 +0200
commita293240f40bd4c33285820f41eab6a07d295442d (patch)
tree067c7f90dde33fc1d947eb2b3eab3cb3b90e0dca /pyproject.toml
parent91d4e6e2f57e84fdfbac56e6cf835f6eceaec6fc (diff)
downloadlazygl2srht-a293240f40bd4c33285820f41eab6a07d295442d.tar.gz
chore: blacken the filesent
Formatting produced by Black is commonly agreed one, and it simplifies life a lot. Add black to your pre-commit hook.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..7deab36
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,3 @@
+[tool.black]
+line-length = 70
+skip-string-normalization = true