From 0b552d2ae47da4fb9c16d2a59d6ebe12c8307771 Mon Sep 17 00:00:00 2001 From: Nathan Bailey Date: Thu, 15 Feb 2024 14:50:58 +0000 Subject: feat: Enable rewrite parameterisation Enables user to provide a toml or default profile to change training settings for rewrite optimization Resolves: MLIA-1004 Signed-off-by: Nathan Bailey Change-Id: I3bf9f44b9a2062fb71ef36eb32c9a69edcc48061 --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 67bd90b..b601b03 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright 2022-2023, Arm Limited and/or its affiliates. +# SPDX-FileCopyrightText: Copyright 2022-2024, Arm Limited and/or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Pre-commit checks # @@ -70,7 +70,7 @@ repos: rev: v0.12.0 hooks: - id: markdownlint - args: ["-r", "~MD024,~MD002"] + args: ["-r", "~MD024,~MD002,~MD013"] - repo: https://github.com/ryanrhee/shellcheck-py rev: v0.9.0.5 -- cgit v1.2.1