Skip to content

Commit

Permalink
ignore 're-use' in codespell & add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Oct 3, 2023
1 parent e5c94d0 commit 7f75084
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
- uses: codespell-project/actions-codespell@2391250ab05295bddd51e36a8c6295edb6343b0e
with:
ignore_words_list: datas
ignore_words_list: datas re-use
- name: Set up Python ${{ env.PYTHON_DEFAULT_VERSION }}
uses: actions/setup-python@v4
with:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Infrastructure
* Fix gathering licenses of typeshed libraries
* Fix spellcheck erroring out on LICENSE file

## [3.10.1] - 2023-09-27

### Fixed
Expand Down

0 comments on commit 7f75084

Please sign in to comment.