add ruff/treefmt
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
fe62f1c4d5
commit
287a9b3d1a
3
.gitignore
vendored
3
.gitignore
vendored
@ -22,3 +22,6 @@ test.*
|
||||
pre-drv
|
||||
post-drv
|
||||
post-diff
|
||||
|
||||
# ruff cache
|
||||
.ruff_cache
|
||||
|
@ -19,4 +19,4 @@ command = "ruff"
|
||||
# Command-line arguments for the command
|
||||
options = ["format"]
|
||||
# Glob pattern of files to include
|
||||
includes = [ "*.py" ]
|
||||
includes = [ "*.py", ".pyc" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user