[STYLE] add isort and autopep8 config files and check on CI (#423)

Also a fix a few more style issues from the "aggressive" mode of autopep8.
This commit is contained in:
Madeleine Thompson
2022-01-07 13:11:34 -08:00
committed by GitHub
parent 9801aa7b56
commit a70acfec77
11 changed files with 102 additions and 77 deletions

View File

@@ -1,4 +1,3 @@
import triton.language as tl
import subprocess
import sys
@@ -7,6 +6,7 @@ import torch
from numpy import record
import triton
import triton.language as tl
#######################
# Utilities