Skip to content

Commit 5dd7aa1

Browse files
committed
- Disabled too-many-ancestors warning: irrelevant when using django-rest-framework
- Removed redundant python version in pylint.yaml
1 parent 24f08bc commit 5dd7aa1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.8", "3.9", "3.10"]
10+
python-version: ["3.9",]
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Set up Python ${{ matrix.python-version }}

.pylintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ disable=missing-module-docstring,
88
missing-function-docstring,
99
too-few-public-methods,
1010
invalid-name,
11-
imported-auth-user
11+
imported-auth-user
12+
too-many-ancestors

0 commit comments

Comments
 (0)