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
  • Loading branch information
braingram authored Jun 20, 2023
2 parents 6c63379 + a83def0 commit 9e0b5f4
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 @@ -184,5 +184,5 @@ exclude = ["asdf/extern/*"]
[tool.codespell]
skip="*.pdf,*.asdf,.tox,asdf/extern,build,./tags,.git,docs/_build"
ignore-words-list="""
fo,
fo,afile,
"""

0 comments on commit 9e0b5f4

Please sign in to comment.