From ee35ab06831eda452b0abe3b06c3a7fd1433855e Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Mon, 26 Aug 2024 14:43:38 +0000 Subject: [PATCH] pylint workflow tweak --- .github/workflows/pylint.yaml | 4 +--- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pylint.yaml b/.github/workflows/pylint.yaml index 34459e61..0660bed3 100644 --- a/.github/workflows/pylint.yaml +++ b/.github/workflows/pylint.yaml @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 6249af1a..751513f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",