From 6388f5d4d988d0f0111c8a463eb52d55f3564f51 Mon Sep 17 00:00:00 2001 From: Ilyes Batatia <48651863+ilyes319@users.noreply.github.com> Date: Tue, 23 Apr 2024 22:36:14 +0100 Subject: [PATCH] ignore readme in precommit --- .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 e2634588..ae4223d7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,8 +3,8 @@ exclude: &exclude_files > docs/.*| tests/.*| .github/.*| - LICENSE| - README| + LICENSE.md| + README.md| )$ repos: