diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3126ef9..78a8bd4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,22 +1,4 @@ -default_install_hook_types: [pre-commit, commit-msg] -default_stages: [pre-commit] repos: - - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v9.6.0 - hooks: - - id: cspell # Spell check changed files - name: Cspell (Files) - - id: cspell # Spell check the commit message - name: Cspell (Commit Message) - args: - - --no-must-find-files - - --no-progress - - --no-summary - - --files - - .git/COMMIT_EDITMSG - always_run: true - pass_filenames: false - stages: [commit-msg] - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.14.14 hooks: diff --git a/README.md b/README.md index e69de29..918d38c 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +# Vanillian + +A cmdline tool to ease my workflow. diff --git a/cspell.json b/cspell.json deleted file mode 100644 index 7ae500a..0000000 --- a/cspell.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json", - "version": "0.2", - "dictionaryDefinitions": [ - { - "name": "project-words", - "path": "./project-words.txt", - "addWords": true - } - ], - "dictionaries": [ - "project-words" - ], - "ignorePaths": [ - "project-words.txt", - "uv.lock", - "pyproject.toml", - ".gitignore", - "cspell.json", - ".pre-commit-config.yaml", - "cliff.toml", - ] -} diff --git a/project-words.txt b/project-words.txt deleted file mode 100644 index fffac12..0000000 --- a/project-words.txt +++ /dev/null @@ -1,5 +0,0 @@ -Canonicalizer -mlsys -prek -pylint -Vanillian