1
0
mirror of synced 2025-12-23 21:03:15 -05:00

fix formatting issues (#2045)

* fix formatting issues

* remove space

* unit tests -> format anchor
This commit is contained in:
Jared Rhizor
2021-02-11 13:02:21 -08:00
committed by GitHub
parent 6ea2d2db4c
commit 30e2e98c49
7 changed files with 12 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
"""
# generated
# format anchor
def test_example_method():

View File

@@ -22,6 +22,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
"""
# format anchor
def test_example_method():
assert True

View File

@@ -22,6 +22,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
"""
# format anchor
def test_example_method():
assert True

View File

@@ -22,6 +22,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
"""
# format anchor
def test_example_method():
assert True

View File

@@ -22,6 +22,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
"""
# format anchor
def test_example_method():
assert True

View File

@@ -22,6 +22,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
"""
# format anchor
def test_example_method():
assert True

View File

@@ -83,7 +83,7 @@ spotless {
python {
target createSpotlessTarget('**/*.py')
licenseHeaderFile createPythonLicenseWith(rootProject.file('LICENSE')), '(from|import|def|# generated)'
licenseHeaderFile createPythonLicenseWith(rootProject.file('LICENSE')), '(from|import|def|#)'
}
format 'styling', {
target createSpotlessTarget(['**/*.yaml', '**/*.json'])