From e3b4a90ce2781648c685f6cbf08643c10a1c5379 Mon Sep 17 00:00:00 2001 From: danielfromearth Date: Tue, 24 Oct 2023 15:45:30 -0400 Subject: [PATCH] remove unecessary files for gh-pages branch --- .pre-commit-config.yaml | 41 ----------------------------------------- index.html | 20 -------------------- 2 files changed, 61 deletions(-) delete mode 100644 .pre-commit-config.yaml delete mode 100644 index.html diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index e3f2afe..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,41 +0,0 @@ -default_language_version: - python: python3 - -repos: - - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 - hooks: - - id: pyupgrade - args: [ "--py39-plus" ] - - - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 - hooks: - - id: trailing-whitespace - exclude: ".txt" - - id: end-of-file-fixer - exclude: ".ipynb" - - id: check-json - - id: check-yaml - args: [ '--allow-multiple-documents' ] - - id: debug-statements - - id: pretty-format-json - args: ['--autofix', '--no-ensure-ascii', '--no-sort-keys'] - - - repo: https://github.com/astral-sh/ruff-pre-commit - # Ruff version. - rev: 'v0.1.1' - hooks: - - id: ruff - args: [ "--fix" ] - - # https://github.com/python/black#version-control-integration - - repo: https://github.com/psf/black - rev: 23.10.0 - hooks: - - id: black-jupyter - - - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.6.1 - hooks: - - id: mypy diff --git a/index.html b/index.html deleted file mode 100644 index 81e2e8f..0000000 --- a/index.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - Readme - ncompare - - - -

- This is an example paragraph. Anything in the body tag will appear on the page, just like this p tag and its contents. - - Check out Usage demonstration notebook. -

- -