summaryrefslogtreecommitdiff
path: root/.pep8
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-09-26 12:34:04 -0400
committerAllen Winter <allen.winter@kdab.com>2022-09-26 12:34:04 -0400
commit091ba2ab9934f66b1f195702c4be260f92040a85 (patch)
treeb13da7b96642dd10cb9758afe90056f372f95404 /.pep8
parent4e95d6152a8ebffdcc1eb2b960b41f6280fe455c (diff)
downloadlibical-git-091ba2ab9934f66b1f195702c4be260f92040a85.tar.gz
pre-commit-config.yaml, .pep8 - add autopep8 hook
Diffstat (limited to '.pep8')
-rw-r--r--.pep82
1 files changed, 2 insertions, 0 deletions
diff --git a/.pep8 b/.pep8
new file mode 100644
index 00000000..9d54e0f1
--- /dev/null
+++ b/.pep8
@@ -0,0 +1,2 @@
+[pycodestyle]
+max_line_length = 120