From 52828ed1a77cb872c9c7a0b2a51010bdc88d846f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?The=20Vinh=20LUONG=20=28LU=CC=9BO=CC=9BNG=20The=CC=82?= =?UTF-8?q?=CC=81=20Vinh=29?= Date: Sat, 9 Mar 2024 01:43:24 -0800 Subject: [PATCH] add .Prospector.YAML PyCodeStyle ignores to avoid Python 3.12 linting false positives on Codacy --- .prospector.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .prospector.yaml diff --git a/.prospector.yaml b/.prospector.yaml new file mode 100644 index 000000000..eba58a9b7 --- /dev/null +++ b/.prospector.yaml @@ -0,0 +1,3 @@ +pycodestyle: + disable: + - E901 # invalid syntax