Skip to content

Commit d4d5467

Browse files
committed
to prevent args of codespell to be overwritten
1 parent 4538fc9 commit d4d5467

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/codespell.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ jobs:
2121
- name: Codespell
2222
uses: codespell-project/actions-codespell@v2
2323
with:
24-
args: "--skip=*.ipynb"
2524
config_file: .codespellrc

amadeusgpt/managers/visual_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def get_ethogram_visualization(
312312
axs: Optional[plt.Axes] = None,
313313
):
314314
"""
315-
By default, it show just dislays the ethogram according
315+
By default, it show just displays the ethogram according
316316
to the output of the task program.
317317
However, since every event contains the information about the object, receiver animal and sender animal
318318
We can still make it more informative if we want

0 commit comments

Comments
 (0)