Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jodersky committed Dec 10, 2024
1 parent 0f4457b commit 1acf3d3
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions pythonlib/src/mill/pythonlib/RuffModule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,3 @@ trait RuffModule extends PythonModule {
}

}

/**
* Includes some common tasks to reformat and check all sources. This mimics ScalafmtModule, so that
*
*/
object RuffModule extends ExternalModule with TaskModule {

def defaultCommandName() = "reformatAll"

lazy val millDiscover: Discover = Discover[this.type]

def reformatAll


}

0 comments on commit 1acf3d3

Please sign in to comment.