Integrate .pre-commit-config.yaml

(cherry picked from commit e0d363aad8)
This commit is contained in:
Thaddeus Crews
2024-06-24 12:20:55 -05:00
committed by David Snopek
parent 1a22e43075
commit c35e7545b7
45 changed files with 423 additions and 1012 deletions

View File

@@ -32,7 +32,6 @@ def configure(env):
return rv
def mySpawn(sh, escape, cmd, args, env):
newargs = " ".join(args[1:])
cmdline = cmd + " " + newargs