Skip to content

Commit

Permalink
Merge pull request asdf-format#1564 from asdf-format/pre-commit-ci-up…
Browse files Browse the repository at this point in the history
…date-config

[pre-commit.ci] pre-commit autoupdate

(cherry picked from commit 9e0b5f4)
  • Loading branch information
braingram committed Aug 1, 2023
1 parent 4e32e78 commit 2d98336
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
- id: text-unicode-replacement-char

- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.5
hooks:
- id: codespell
args: ["--write-changes"]
Expand All @@ -53,7 +53,7 @@ repos:
- id: black

- repo: https://github.com/asottile/blacken-docs
rev: '1.13.0'
rev: '1.14.0'
hooks:
- id: blacken-docs

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -185,5 +185,5 @@ exclude = ["asdf/extern/*"]
[tool.codespell]
skip="*.pdf,*.fits,*.asdf,.tox,asdf/extern,build,./tags,.git,docs/_build"
ignore-words-list="""
fo,
fo,afile,
"""

0 comments on commit 2d98336

Please sign in to comment.