Upgrade lighty to Chlorine
[transportpce.git] / .pre-commit-config.yaml
index bc040d936f7f30b49164946d68aaa516a788e985..baa871ba7c4d9103d8dd1ce8d6492a577144e5c3 100644 (file)
@@ -19,3 +19,10 @@ repos:
       - id: remove-tabs
         stages: [commit]
         exclude: '^(.git/|docs/make.bat|docs/Makefile|ordmodels/)'
+
+  - repo: https://github.com/pre-commit/mirrors-autopep8
+    rev: v1.5.7
+    hooks:
+      - id: autopep8
+        args: ['--in-place', '--max-line-length=120']
+