pylint workflow tweak

This commit is contained in:
The MMGen Project 2024-08-26 14:43:38 +00:00
commit ee35ab0683
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
2 changed files with 2 additions and 3 deletions

View file

@ -18,12 +18,10 @@ jobs:
strategy:
matrix:
python-version: ["3.9","3.10","3.11","3.12"]
python-version: ["3.9", "3.11", "3.12"]
include:
- python-version: "3.9"
pylint_ver: "3.1.1"
- python-version: "3.10"
pylint_ver: "3.1.1"
- python-version: "3.11"
pylint_ver: "3.1.1"
- python-version: "3.12"

View file

@ -41,6 +41,7 @@ disable = [
"use-symbolic-message-instead",
"use-implicit-booleaness-not-comparison-to-string",
"use-implicit-booleaness-not-comparison-to-zero",
"not-async-context-manager",
# non-default:
"no-method-argument",
"function-redefined",