Python lint: Use flake8 --extend-ignore instead of --ignore (#1498)

This commit is contained in:
Christian Clauss
2024-12-07 00:20:31 +01:00
committed by GitHub
parent b644e2e6bb
commit 095c488961
9 changed files with 27 additions and 68 deletions

View File

@@ -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)