Skip to content

Commit 9e8b6bf

Browse files
Sync branch with 'master'
* master: Minor fixup to ignore PTC-W0020 to maintain clearity in source. Fix up deepsource complaints (#57)
2 parents 4c7f247 + b34116b commit 9e8b6bf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pythonrepo/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#! /usr/bin/env python3
12
# -*- coding: utf-8 -*-
23

34
# Python Repo Template

pythonrepo/pythonrepo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python
1+
#! /usr/bin/env python3
22
# -*- coding: utf-8 -*-
33

44
# Python Repo Template
@@ -65,7 +65,7 @@ def NoOp(*args, **kwargs):
6565
# More boiler-plate-code
6666

6767

68-
TASK_OPTIONS = dict({
68+
TASK_OPTIONS = dict({ # skipcq: PTC-W0020
6969
'noop': NoOp
7070
})
7171
"""The callable function tasks of this program."""

0 commit comments

Comments
 (0)