From af753618015c41804d32bc270d9fc7a55c6b1e07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Mon, 20 Nov 2023 15:24:48 +0100 Subject: [PATCH] f --- .pre-commit-config.yaml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8957560dfe..3632dc7b5d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,18 +1,18 @@ exclude: | (?x) - NOT INSTALLABLE ADDONS - END NOT INSTALLABLE ADDONS - Files and folders generated by bots, to avoid loops + # NOT INSTALLABLE ADDONS + # END NOT INSTALLABLE ADDONS + #Files and folders generated by bots, to avoid loops ^setup/|/static/description/index\.html$| - We don't want to mess with tool-generated files + # We don't want to mess with tool-generated files .svg$|/tests/([^/]+/)?cassettes/|^.copier-answers.yml$|^.github/| - Maybe reactivate this when all README files include prettier ignore tags? + # Maybe reactivate this when all README files include prettier ignore tags? ^README\.md$| - Library files can have extraneous formatting (even minimized) + # Library files can have extraneous formatting (even minimized) /static/(src/)?lib/| - Repos using Sphinx to generate docs don't need prettying + # 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 + # You don't usually want a bot to modify your legal texts (LICENSE.*|COPYING.*) default_language_version: python: python3.6 @@ -89,12 +89,12 @@ repos: args: - --keep-percent-format - --py36-plus - - repo: https://github.com/PyCQA/isort - rev: 5.12.0 - language_version: python3.6 - hooks: - - id: isort - name: isort except __init__.py - args: - - --settings=. - exclude: /__init__\.py$ + # - repo: https://github.com/PyCQA/isort + # rev: 5.12.0 + # language_version: python3.8 + # hooks: + # - id: isort + # name: isort except __init__.py + # args: + # - --settings=. + # exclude: /__init__\.py$