mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
chore(ci): add Python to Spotless
This commit is contained in:
parent
bae671ad23
commit
432a438815
3 changed files with 23 additions and 5 deletions
|
@ -35,6 +35,10 @@ 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