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