diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2024-05-05 09:25:47 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-05-05 09:34:33 +0200 |
commit | a293240f40bd4c33285820f41eab6a07d295442d (patch) | |
tree | 067c7f90dde33fc1d947eb2b3eab3cb3b90e0dca /pyproject.toml | |
parent | 91d4e6e2f57e84fdfbac56e6cf835f6eceaec6fc (diff) | |
download | lazygl2srht-sent.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.toml | 3 |
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 |