8000 [pre-commit.ci] auto fixes from pre-commit.com hooks · hugovk/drop-python@fbecb3d · GitHub
[go: up one dir, main page]

Skip to content

Commit fbecb3d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8df1de8 commit fbecb3d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

history_get.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
pip install -r history-requirements.txt
99
python3 history_get.py # creates/updates history.jsonl
1010
"""
11+
1112
import argparse
1213
import json
1314

history_plot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# Subset
1414
python3 history_plot.py -v 2.6 2.7 3.3 3.4 3.5 3.6 3.7 && open history.png
1515
"""
16+
1617
import argparse
1718
import hashlib
1819
from pprint import pprint # noqa: F401

0 commit comments

Comments
 (0)
0