Skip to content

Commit a32ae82

Browse files
committed
Merge pull request #74 from modocache/add-pep8
[Python] Add flake8 config
2 parents bd5e3f8 + 185e22d commit a32ae82

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.pep8

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[flake8]
2+
filename = *.py
3+
max-line-length = 80

build_script.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@
1818

1919
SOURCE_DIR = os.path.dirname(os.path.abspath(__file__))
2020

21+
2122
def note(msg):
2223
print("xctest-build: "+msg)
2324

25+
2426
def run(command):
2527
note(command)
2628
subprocess.check_call(command, shell=True)

0 commit comments

Comments
 (0)