From 0c88e7564fcc90d9155e4c85bee30d647a125b32 Mon Sep 17 00:00:00 2001 From: Luning Wang Date: Fri, 24 Feb 2023 13:46:15 +0800 Subject: [PATCH] [KYUUBI #4379][BUILD] Exclude python virtual environments in the spotless maven plugin ### _Why are the changes needed?_ Exclude python virtual environments in the spotless maven plugin ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4384 from a49a/exclude-py-check. Closes #4379 5f7db6a0 [Luning Wang] change path more general a2c5abf2 [Luning Wang] [KYUUBI #4379][BUILD] Exclude python virtual environments in the spotless maven plugin Authored-by: Luning Wang Signed-off-by: Cheng Pan --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index ecb397a03..2ebed48b3 100644 --- a/pom.xml +++ b/pom.xml @@ -2083,6 +2083,9 @@ */README.md docker/playground/README.md + + docs/*/lib/python*/**/*.md + ${flexmark.version}