Skip to content

Commit 1df0f7e

Browse files
committed
Use python3 for pylint
1 parent 47db328 commit 1df0f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ checks:
44
duplicate_code: true
55
tools:
66
pylint:
7-
python_version: '2'
7+
python_version: '3'
88
config_file: .pylintrc
99
filter:
1010
excluded_paths:

0 commit comments

Comments
 (0)