From 247496954e437343ae857673022f421d819c1d11 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Wed, 19 Jun 2024 21:47:20 -0700 Subject: [PATCH] Change `[tool.pylint]` `master.py-version` from `3.6` to `3.8` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f011c2f4..491b1265d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ ignore_missing_imports = true [tool.pylint] -master.py-version = "3.6" +master.py-version = "3.8" reports.output-format = "colorized" messages_control.disable = [ "design",