--- - id: scalafmt name: scalafmt description: "Runs the scalafmt code formatter using Coursier." entry: scalafmt language: system types: [file] files: \.(scala|sbt|sc)$ stages: [commit] pass_filenames: true