mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
scripts: return to monke
I don't like bash but turns out I dislike Python more This reverts commit2628bfc2cd
,d77fa13903
and69f63cced4
.
This commit is contained in:
parent
892d68581d
commit
591c68a6e4
8 changed files with 90 additions and 218 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue