Skip to content

Commit

Permalink
not ignoring lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
bendhouseart committed Dec 9, 2024
1 parent 2493cee commit 7933762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-spellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Codespell
uses: codespell-project/actions-codespell@v2
with:
exclude_file: pyproject.toml poetry.lock
exclude_file: poetry.lock

- name: Lint files with Black
run: make check-black

0 comments on commit 7933762

Please sign in to comment.