Skip to content

Commit 198e650

Browse files
committed
chore: fix code spell errors
1 parent 30afee8 commit 198e650

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ This is a major release with **BREAKING** changes. Please make sure to review th
204204

205205
## [1.6.0] 2021-12-19
206206
### Added
207-
* #949 Provide django.contrib.auth.authenticate() with a `request` for compatibiity with more backends (like django-axes).
207+
* #949 Provide django.contrib.auth.authenticate() with a `request` for compatibility with more backends (like django-axes).
208208
* #968, #1039 Add support for Django 3.2 and 4.0.
209209
* #953 Allow loopback redirect URIs using random ports as described in [RFC8252 section 7.3](https://datatracker.ietf.org/doc/html/rfc8252#section-7.3).
210210
* #972 Add Farsi/fa language support.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exclude = '''
1111

1212
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
1313
[tool.codespell]
14-
skip = '.git,package-lock.json,locale'
14+
skip = '.git,package-lock.json,locale,AUTHORS,tox.ini'
1515
check-hidden = true
1616
ignore-regex = '.*pragma: codespell-ignore.*'
17-
# ignore-words-list = ''
17+
ignore-words-list = 'assertIn'

0 commit comments

Comments
 (0)