Skip to content

Commit bc59685

Browse files
committed
refactor: remove codespell
1 parent 553f9e7 commit bc59685

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/on-push-main-branch.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
needs: tests
2121
name: "Generate changelog"
2222
uses: ./.github/workflows/generate-changelog.yaml
23+
2324
docs:
2425
needs: generate-changelog
2526
name: "Build and publish docs"

.pre-commit-config.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,3 @@ repos:
6868
name: "Lint : biome (ts/js)"
6969
additional_dependencies: ["@biomejs/biome@1.9.4"]
7070
args: ["--config-path", "web"]
71-
72-
- repo: https://github.com/codespell-project/codespell
73-
rev: v2.4.1
74-
hooks:
75-
- id: codespell
76-
name: "Lint : spelling"
77-
description: Checks for common misspellings in text files.
78-
entry: codespell --toml=api/pyproject.toml
79-
exclude: documentation/docs/changelog/changelog.md
80-
language: python
81-
types: [text]
82-
additional_dependencies:
83-
- tomli

0 commit comments

Comments
 (0)