[STYLE] check python with flake8 (#424)

I've been using this locally to find errors without running tests, and now that we're using autopep8, it passes with minimal suppressions. This is also what turned up the issues with the tutorials, which were fixed in #422.
This commit is contained in:
Madeleine Thompson
2022-01-07 15:28:36 -08:00
committed by GitHub
parent a70acfec77
commit efdabe6073
17 changed files with 18 additions and 24 deletions

View File

@@ -3,7 +3,6 @@ import sys
import pytest
import torch
from numpy import record
import triton
import triton.language as tl