Skip to content

Commit

Permalink
ci: pre-commit autoupdate (#266)
Browse files Browse the repository at this point in the history
* ci: pre-commit autoupdate

updates:
- [github.com/adamchainz/django-upgrade: 1.16.0 → 1.18.0](adamchainz/django-upgrade@1.16.0...1.18.0)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)

* Update setup.cfg to fix code spell error

* Update setup.cfg

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Fabian Braun <fsbraun@gmx.de>
  • Loading branch information
pre-commit-ci[bot] and fsbraun committed Jun 4, 2024
1 parent 3eb737d commit 288cab9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
args: ["--py310-plus"]

- repo: https://github.com/adamchainz/django-upgrade
rev: '1.16.0'
rev: '1.18.0'
hooks:
- id: django-upgrade
args: [--target-version, "4.0"]
Expand All @@ -31,7 +31,7 @@ repos:
- id: yesqa

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: debug-statements
Expand All @@ -44,7 +44,7 @@ repos:
- id: isort

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
exclude: >
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ exclude_lines =
if __name__ == .__main__.:

[codespell]
ignore-words-list = alpha-numeric
ignore-words-list = alpha-numeric,assertIn,THIRDPARTY

0 comments on commit 288cab9

Please sign in to comment.