Skip to content

Commit 4717baf

Browse files
committed
pin to python 3.10
1 parent f800008 commit 4717baf

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

.github/workflows/tool-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
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

.prospector.yaml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,7 @@ autodetect: true
99

1010
pylint:
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

0 commit comments

Comments
 (0)