File tree Expand file tree Collapse file tree 2 files changed +6
-16
lines changed
Expand file tree Collapse file tree 2 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 3232 with :
3333 fetch-depth : 0
3434
35+ - name : Set up Python 3.10
36+ uses : actions/setup-python@v5
37+ with :
38+ python-version : " 3.10"
39+
3540 - name : Define git credentials
3641 run : git config --global user.email "${MICROSOFT_EMAIL}"&& git config --global user.name "${USER_NAME}"
3742
Original file line number Diff line number Diff line change @@ -9,22 +9,7 @@ autodetect: true
99
1010pylint :
1111 disable :
12- - missing-module-docstring
13- - missing-class-docstring
14- - missing-function-docstring
15- - invalid-name
16- - too-few-public-methods
17- - duplicate-code
18- - wrong-import-order
19- - too-many-instance-attributes
20- - too-many-arguments
21- - too-many-branches
22- - too-many-locals
23- - too-many-statements
24- - line-too-long
25- - redefined-outer-name
26- - fixme
27- - ungrouped-imports
12+ - django-not-available
2813 options :
2914 max-line-length : 160
3015 max-args : 6
You can’t perform that action at this time.
0 commit comments