diff --git a/.github/workflows/nikola.yml b/.github/workflows/nikola.yml index f708bf9bd..ea556d6ce 100644 --- a/.github/workflows/nikola.yml +++ b/.github/workflows/nikola.yml @@ -20,11 +20,6 @@ jobs: - name: Check valid checksums shell: bash run: python3 check_checksums.py - - name: Look for typos with codespell - shell: bash - run: | - pip install --user codespell[toml] - codespell --toml=pyproject.toml - name: Build docs shell: bash run: | diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fd2842cf7..7df52e9aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,13 +50,3 @@ repos: args: ["--toml=pyproject.toml"] additional_dependencies: - tomli - - - repo: https://github.com/tox-dev/pyproject-fmt - rev: 2.2.1 - hooks: - - id: pyproject-fmt - - - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.19 - hooks: - - id: validate-pyproject