exclude .git from ruff (#11773)

This commit is contained in:
Jordan Chalupka
2025-08-21 18:37:50 -04:00
committed by GitHub
parent 5954a0975f
commit 8de6db15ac

View File

@@ -35,6 +35,7 @@ lint.select = [
line-length = 150
exclude = [
".git/",
"docs/",
"extra/",
"tinygrad/runtime/autogen",