add ruff/treefmt

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-07-28 14:15:23 -04:00
parent fe62f1c4d5
commit 287a9b3d1a
No known key found for this signature in database
GPG Key ID: 1FACF4075E3212F7
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -22,3 +22,6 @@ test.*
pre-drv pre-drv
post-drv post-drv
post-diff post-diff
# ruff cache
.ruff_cache

View File

@ -19,4 +19,4 @@ command = "ruff"
# Command-line arguments for the command # Command-line arguments for the command
options = ["format"] options = ["format"]
# Glob pattern of files to include # Glob pattern of files to include
includes = [ "*.py" ] includes = [ "*.py", ".pyc" ]