File tree 2 files changed +11
-9
lines changed
2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 17
17
18
18
# -- Project information -----------------------------------------------------
19
19
20
- project = ' pytest-dbt-core'
21
- copyright = ' 2022, Cor Zuurmond'
22
- author = ' Cor Zuurmond'
20
+ project = " pytest-dbt-core"
21
+ copyright = " 2022, Cor Zuurmond"
22
+ author = " Cor Zuurmond"
23
23
24
24
25
25
# -- General configuration ---------------------------------------------------
28
28
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
29
29
# ones.
30
30
extensions = [
31
- ' sphinx.ext.duration' ,
32
- ' sphinx.ext.doctest' ,
31
+ " sphinx.ext.duration" ,
32
+ " sphinx.ext.doctest" ,
33
33
]
34
34
35
35
# Add any paths that contain templates here, relative to this directory.
36
- templates_path = [' _templates' ]
36
+ templates_path = [" _templates" ]
37
37
38
38
# List of patterns, relative to source directory, that match files and
39
39
# directories to ignore when looking for source files.
46
46
# The theme to use for HTML and HTML Help pages. See the documentation for
47
47
# a list of builtin themes.
48
48
#
49
- html_theme = ' sphinx_rtd_theme'
49
+ html_theme = " sphinx_rtd_theme"
50
50
51
51
# Add any paths that contain custom static files (such as style sheets) here,
52
52
# relative to this directory. They are copied after the builtin static files,
53
53
# so a file named "default.css" will overwrite the builtin "default.css".
54
- html_static_path = [' _static' ]
54
+ html_static_path = [" _static" ]
Original file line number Diff line number Diff line change @@ -74,7 +74,9 @@ def get_upstream(repo: Repo) -> Remote:
74
74
for url in remote .urls :
75
75
if url .endswith ("godatadriven/pytest-dbt-core.git" ):
76
76
return remote
77
- raise RuntimeError ("could not find godatadriven/pytest-dbt-core.git remote" )
77
+ raise RuntimeError (
78
+ "could not find godatadriven/pytest-dbt-core.git remote"
79
+ )
78
80
79
81
80
82
def tag_release_commit (
You can’t perform that action at this time.
0 commit comments