Skip to content

Commit fa18f99

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 66586e5 commit fa18f99

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

apps/jira_utils/get_jira_information.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ def get_closed_jiras(jira_cfg_file, jira_target_versions):
3737

3838

3939
if __name__ == "__main__":
40-
get_closed_jiras()
40+
get_closed_jiras()

apps/jira_utils/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ def get_jira_version_mismatch(jira_connector, jira_id_dict, jira_expected_versio
134134
f"{jira_id} [{jira_target_release_version}]"
135135
)
136136

137-
return jira_mismatch
137+
return jira_mismatch

example.jira.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[DEFAULT]
22
url = https://www.atlassian.com/
33
token = mytoken
4-
resolved_statuses = (verified, release pending, closed)
4+
resolved_statuses = (verified, release pending, closed)

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)