ci: GHA basic format & pre-commit (#2309)

This commit is contained in:
Henry Schreiner
2020-07-20 13:35:21 -04:00
committed by GitHub
parent e248869893
commit d8c7ee00a6
60 changed files with 121 additions and 28 deletions

View File

@@ -78,4 +78,3 @@ else (EIGEN3_INCLUDE_DIR)
mark_as_advanced(EIGEN3_INCLUDE_DIR)
endif(EIGEN3_INCLUDE_DIR)

View File

@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import print_function, division
import os
import sys
@@ -35,4 +36,3 @@ else:
with open(save, 'w') as sf:
sf.write(str(libsize))

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Syntax: mkdoc.py [-I<path> ..] [.. a list of header files ..]
#