Skip to content

Commit

Permalink
Remove a duplicate run of codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Aug 30, 2024
1 parent d2b4b3b commit 9c03a24
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/nikola.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
10 changes: 0 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9c03a24

Please sign in to comment.