chore: add isort pre-commit hook
This commit is contained in:
parent
f8f6fda794
commit
3606bd2b2b
8 changed files with 15 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
[tool.isort]
|
||||
profile = "black"
|
||||
combine_as_imports = true
|
||||
known_first_party = ["libretime_api"]
|
||||
|
||||
[tool.pylint.master]
|
||||
load-plugins = "pylint_django"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue