From 5e144092e23c9a562aa1fde6c5961800792e37b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CRobHanna-NOAA=E2=80=9D?= <“Robert.Hanna@NOAA.gov”> Date: Thu, 31 Oct 2024 17:36:52 +0000 Subject: [PATCH] fine tune linting changes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml old mode 100644 new mode 100755 index 8437711c..25966e50 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ profile = 'black' line_length = 110 multi_line_output = 3 lines_after_imports = 2 -extend-skip = [""".csv""" +extend-skip = [""".csv"""] # yes, the exclue format is different from black [tool.flake8]