From 40379862d3614743d22054d1a244516a852acd32 Mon Sep 17 00:00:00 2001 From: Mike Henry <11765982+mikemhenry@users.noreply.github.com> Date: Fri, 16 Feb 2024 00:11:41 -0700 Subject: [PATCH] commetning out pre-commit to check and see if CI passes without changes --- .pre-commit-config.yaml | 90 ++++++++++++++++++++--------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 16e4ac78b..f94e58c71 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,45 +1,45 @@ -ci: - autoupdate_schedule: "quarterly" -repos: -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 - hooks: - - id: check-added-large-files - - id: check-case-conflict - - id: check-executables-have-shebangs - - id: check-symlinks - - id: check-toml - - id: check-yaml - exclude: 'devtools/installer/construct\.yaml' - - id: debug-statements - - id: destroyed-symlinks - - id: end-of-file-fixer - - id: trailing-whitespace - exclude: '\.(pdb|gro|top|sdf)$' -- repo: https://github.com/psf/black - rev: 24.2.0 - hooks: - - id: black - - id: black-jupyter -- repo: https://github.com/PyCQA/isort - rev: 5.13.2 - hooks: - - id: isort -- repo: https://github.com/econchick/interrogate - rev: 1.5.0 - hooks: - - id: interrogate - pass_filenames: false -- repo: https://github.com/asottile/add-trailing-comma - rev: v3.1.0 - hooks: - - id: add-trailing-comma -- repo: https://github.com/asottile/yesqa - rev: v1.5.0 - hooks: - - id: yesqa -- repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 - hooks: - - id: pyupgrade - args: ["--py39-plus"] +#ci: +# autoupdate_schedule: "quarterly" +#repos: +#- repo: https://github.com/pre-commit/pre-commit-hooks +# rev: v4.5.0 +# hooks: +# - id: check-added-large-files +# - id: check-case-conflict +# - id: check-executables-have-shebangs +# - id: check-symlinks +# - id: check-toml +# - id: check-yaml +# exclude: 'devtools/installer/construct\.yaml' +# - id: debug-statements +# - id: destroyed-symlinks +# - id: end-of-file-fixer +# - id: trailing-whitespace +# exclude: '\.(pdb|gro|top|sdf)$' +#- repo: https://github.com/psf/black +# rev: 24.2.0 +# hooks: +# - id: black +# - id: black-jupyter +#- repo: https://github.com/PyCQA/isort +# rev: 5.13.2 +# hooks: +# - id: isort +#- repo: https://github.com/econchick/interrogate +# rev: 1.5.0 +# hooks: +# - id: interrogate +# pass_filenames: false +#- repo: https://github.com/asottile/add-trailing-comma +# rev: v3.1.0 +# hooks: +# - id: add-trailing-comma +#- repo: https://github.com/asottile/yesqa +# rev: v1.5.0 +# hooks: +# - id: yesqa +#- repo: https://github.com/asottile/pyupgrade +# rev: v3.15.0 +# hooks: +# - id: pyupgrade +# args: ["--py39-plus"]