test/isort: apply diff to full tree
Apply the isort modifications to the entire source tree, not just the selected python files of test-src. Signed-off-by: David Rheinsberg <david.rheinsberg@gmail.com>
This commit is contained in:
parent
5aaa4e602e
commit
4b09088661
14 changed files with 6 additions and 24 deletions
|
|
@ -12,7 +12,6 @@ from typing import Dict
|
|||
|
||||
from osbuild import mounts
|
||||
|
||||
|
||||
SCHEMA_2 = """
|
||||
"additionalProperties": false,
|
||||
"required": ["name", "type", "source", "target"],
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ from typing import Dict
|
|||
|
||||
from osbuild import mounts
|
||||
|
||||
|
||||
SCHEMA_2 = """
|
||||
"additionalProperties": false,
|
||||
"required": ["name", "type", "source", "target"],
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ from typing import Dict
|
|||
|
||||
from osbuild import mounts
|
||||
|
||||
|
||||
SCHEMA_2 = """
|
||||
"additionalProperties": false,
|
||||
"required": ["name", "type", "source", "target"],
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ from typing import Dict
|
|||
|
||||
from osbuild import mounts
|
||||
|
||||
|
||||
SCHEMA_2 = """
|
||||
"additionalProperties": false,
|
||||
"required": ["name", "type", "source", "target"],
|
||||
|
|
|
|||
|
|
@ -15,14 +15,13 @@ Host commands used: mount
|
|||
"""
|
||||
|
||||
import os
|
||||
import sys
|
||||
import subprocess
|
||||
import sys
|
||||
from typing import Dict
|
||||
|
||||
from osbuild import mounts
|
||||
from osbuild.util import ostree
|
||||
|
||||
|
||||
SCHEMA_2 = """
|
||||
"additionalProperties": false,
|
||||
"required": ["name", "type"],
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ from typing import Dict
|
|||
|
||||
from osbuild import mounts
|
||||
|
||||
|
||||
SCHEMA_2 = """
|
||||
"additionalProperties": false,
|
||||
"required": ["name", "type", "source", "target"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue