From b4d0108730ee096cb923c968009a02d17d7ffd10 Mon Sep 17 00:00:00 2001 From: Pedro Silva <9375141+pedrox-hs@users.noreply.github.com> Date: Thu, 24 Oct 2024 21:13:47 -0300 Subject: [PATCH] Remove FVM from pre-commit hook --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a56dc07..2940883 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,6 +11,6 @@ repos: - repo: https://github.com/pedrox-hs/dart-pre-commit rev: v1.1.0 hooks: - - id: fvm-dart-analyze - - id: fvm-dart-format + - id: dart-analyze + - id: dart-format args: ["--output=write"]