scripts: return to monke

I don't like bash but turns out I dislike Python more

This reverts commit 2628bfc2cd, d77fa13903 and 69f63cced4.
This commit is contained in:
Harsh Shandilya 2023-08-10 02:58:08 +05:30
parent 892d68581d
commit 591c68a6e4
No known key found for this signature in database
8 changed files with 90 additions and 218 deletions

View file

@ -35,10 +35,6 @@ class SpotlessPlugin : Plugin<Project> {
targetExclude("**/build/")
licenseHeaderFile(project.file("spotless/license.kt"), "import|plugins|@file")
}
python {
target("scripts/**.py")
black("23.3.0")
}
format("xml") {
target("**/*.xml")
targetExclude("**/build/", ".idea/", "/spotless/", "**/lint-baseline.xml")