From 26eee03770a7ff928bf05831ed234891644243f6 Mon Sep 17 00:00:00 2001 From: Lars Reimann Date: Mon, 3 Apr 2023 19:22:00 +0200 Subject: [PATCH] style: disable `ERA` rules It has false positives like `# language=python` --- .github/linters/.ruff.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/linters/.ruff.toml b/.github/linters/.ruff.toml index 5eb45ae43..10aeeccbd 100644 --- a/.github/linters/.ruff.toml +++ b/.github/linters/.ruff.toml @@ -37,7 +37,6 @@ select = [ "INT", "ARG", "PTH", - "ERA", "PD", "PGH", "PL",