Python lint: Use flake8 --extend-ignore instead of --ignore (#1498)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import json
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
||||
def get_latest(tagfile):
|
||||
with open(tagfile) as f:
|
||||
versions = json.load(f)
|
||||
|
||||
Reference in New Issue
Block a user