Skip to content

Commit

Permalink
Fix whitespace precommit after gradle 8 (#28845)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn committed Oct 5, 2023
1 parent 0b93830 commit c89d44d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdks/python/test-suites/tox/py38/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ task archiveFilesToLint(type: Zip) {
include "**/*.md"
include "**/build.gradle"
include '**/build.gradle.kts'
exclude '**/build/**' // intermediate build directory
exclude 'website/www/site/themes/docsy/**' // fork to google/docsy
exclude "**/node_modules/*"
exclude "**/.gogradle/*"
}
Expand Down

0 comments on commit c89d44d

Please sign in to comment.