Skip to content

Commit 4fa24bf

Browse files
[pre-commit.ci] pre-commit autoupdate (#468)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) * Update pyproject.toml * Delete .github/workflows/codespell.yml * Update .pre-commit-config.yaml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Cody Baker <[email protected]>
1 parent 5fa8d6d commit 4fa24bf

File tree

3 files changed

+2
-28
lines changed

3 files changed

+2
-28
lines changed

.github/workflows/codespell.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ repos:
1111
- id: black
1212

1313
- repo: https://github.com/codespell-project/codespell
14-
# Configuration for codespell is in pyproject.toml
15-
rev: v2.2.6
14+
rev: v2.3.0
1615
hooks:
1716
- id: codespell
1817
additional_dependencies:

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ extend-exclude = '''
2222
'''
2323

2424
[tool.codespell]
25-
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
2625
skip = '.git*,*.pdf,*.css'
2726
check-hidden = true
28-
# ignore-regex = ''
29-
# ignore-words-list = ''
27+
ignore-words-list = 'assertin'

0 commit comments

Comments
 (0)