Skip to content

Commit a6b237d

Browse files
committed
Add codespell and fix error
1 parent 19ee5b2 commit a6b237d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,9 @@ repos:
3838
rev: 25.1.0
3939
hooks:
4040
- id: black
41+
42+
# per the documentation this should add codespell spell checking
43+
- repo: https://github.com/codespell-project/codespell
44+
rev: v2.4.1
45+
hooks:
46+
- id: codespell

src/astro_image_display_api/widget_api_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ def test_load_catalog_does_not_modify_input_catalog(self, catalog):
471471
assert (catalog == orig_tab).all()
472472

473473
def test_load_multiple_catalogs(self, catalog):
474-
# Load and get mulitple catalogs
474+
# Load and get multiple catalogs
475475
# Add a catalog
476476
self.image.load_catalog(
477477
catalog,

0 commit comments

Comments
 (0)