mirror of
https://github.com/kp2pml30/git-third-party.git
synced 2026-02-16 23:54:41 +04:00
fix: split subcommands into classes
This commit is contained in:
parent
4e6cc662a7
commit
9b137600cd
4 changed files with 240 additions and 80 deletions
9
ruff.toml
Normal file
9
ruff.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
indent-width = 2
|
||||
|
||||
[format]
|
||||
indent-style = "tab"
|
||||
quote-style = "single"
|
||||
line-ending = "lf"
|
||||
|
||||
skip-magic-trailing-comma = false
|
||||
docstring-code-format = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue