Skip to content
Snippets Groups Projects

Add pre commit

Merged Bo-Chun Chen requested to merge louistw/account-app:feat-pre-commit into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -2,5 +2,7 @@
line-length = 79
target-version = ['py36']
preview = true
[tool.pylint.main]
disable = ["import-error", "unused-argument", "dangerous-default-value", "broad-except"]
[tool.pylint.format]
max-line-length = 79
Loading