Skip to content

Commit 15088d4

Browse files
committed
feat: probes
Signed-off-by: WoodenMaiden <yann.pomie@laposte.net>
1 parent 0cc88c3 commit 15088d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ config :logger, :console,
4848
config :phoenix, :json_library, Jason
4949
config :phoenix_swagger, json_library: Jason
5050

51-
config :pre_commit, commands: ["format --check-formatted"], verbose: true
51+
config :pre_commit, commands: ["format", "--check-formatted"], verbose: true
5252

5353
# Import environment specific config. This must remain at the bottom
5454
# of this file so it overrides the configuration defined above.

0 commit comments

Comments
 (0)