From 5a726e694b3ac9ead7de204a628f04c576be95ce Mon Sep 17 00:00:00 2001 From: Ivan Kropotkin Date: Thu, 9 May 2024 15:53:12 +0200 Subject: [PATCH] Ignore all lib folders --- static-files/16.0/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static-files/16.0/.pre-commit-config.yaml b/static-files/16.0/.pre-commit-config.yaml index aa8c3eb..558ab36 100644 --- a/static-files/16.0/.pre-commit-config.yaml +++ b/static-files/16.0/.pre-commit-config.yaml @@ -5,7 +5,7 @@ exclude: | # Maybe reactivate this when all README files include prettier ignore tags? ^README\.md$| # Library files can have extraneous formatting (even minimized) - /static/(src/)?lib/| + /lib/| # Repos using Sphinx to generate docs don't need prettying ^docs/_templates/.*\.html$| # You don't usually want a bot to modify your legal texts