format
This commit is contained in:
parent
8b938b09f0
commit
b43a4f808a
2 changed files with 3 additions and 0 deletions
2
.gitguardian.yml
Normal file
2
.gitguardian.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
paths-ignore:
|
||||||
|
- ".env.template"
|
||||||
|
|
@ -4,6 +4,7 @@ import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class TestPipelines(unittest.TestCase):
|
class TestPipelines(unittest.TestCase):
|
||||||
"""Tests that all pipelines run successfully."""
|
"""Tests that all pipelines run successfully."""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue