mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-13 18:50:47 +05:30
Move flake8 config from toml to .flake8 as flake8 does not play nice with pyproject.toml and add pre-commit hook for flake8
This commit is contained in:
@@ -17,8 +17,8 @@ SHARED_GROUP_NAME = "shared"
|
||||
|
||||
|
||||
def print_out(out: str):
|
||||
for l in out.split("\n"):
|
||||
print(l)
|
||||
for line in out.split("\n"):
|
||||
print(line)
|
||||
|
||||
|
||||
@magics_class
|
||||
|
||||
Reference in New Issue
Block a user