From 18a03374ea5f43c0d4b04b25847229fc4e770bec Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 20:45:42 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.8.6 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 2424c9e..b439728 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.3" +version = "3.8.6" runner.dialect = scala3 docstrings.style = Asterisk align.preset = none From 230bb8daf5073eab9cf090bcdae3fe35d2d4fe7f Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 20:45:48 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.8.6 Executed command: scalafmt --non-interactive --- .../typeable/src/main/scala/shapeless3/typeable/typeable.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/typeable/src/main/scala/shapeless3/typeable/typeable.scala b/modules/typeable/src/main/scala/shapeless3/typeable/typeable.scala index bf2b75c..52d8461 100644 --- a/modules/typeable/src/main/scala/shapeless3/typeable/typeable.scala +++ b/modules/typeable/src/main/scala/shapeless3/typeable/typeable.scala @@ -278,8 +278,7 @@ object TypeableMacros: (tp match case tp: AppliedType => isAbstract(tp.tycon) || tp.args.exists(isAbstract) - case _ => false - ) + case _ => false) def isWildcard(tp: TypeRepr): Boolean = tp match case TypeBounds(lo, hi) => lo =:= TypeRepr.of[Nothing] && hi =:= TypeRepr.of[Any] From 9319722001af8240464c14a88041568838617e4e Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 20:45:48 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.8.6' to .git-blame-ignore-revs --- .git-blame-ignore-revs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000..cf7b2f5 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Scala Steward: Reformat with scalafmt 3.8.6 +230bb8daf5073eab9cf090bcdae3fe35d2d4fe7f