From 1adbde0127c1a3d30f2f771ef550208ee5fd6a56 Mon Sep 17 00:00:00 2001 From: Brett Langdon Date: Tue, 19 Dec 2023 12:04:55 -0500 Subject: [PATCH] add static analysis rules --- static-analysis.datadog.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 static-analysis.datadog.yml diff --git a/static-analysis.datadog.yml b/static-analysis.datadog.yml new file mode 100644 index 00000000000..a58447674b6 --- /dev/null +++ b/static-analysis.datadog.yml @@ -0,0 +1,4 @@ +rulesets: + - python-code-style + - python-best-practices + - python-inclusive