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"]