Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#375)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Pavithra Eswaramoorthy <pavithraes@outlook.com>
  • Loading branch information
pre-commit-ci[bot] and pavithraes authored Feb 7, 2024
1 parent e229418 commit 4fd4e2f
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 @@ -17,7 +17,7 @@ ci:
repos:
# Codespell: Spell checks the code and documentation
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
entry: codespell
Expand All @@ -28,15 +28,15 @@ repos:

# Markdown, json, toml
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v4.0.0-alpha.8
hooks:
- id: prettier
types_or: [markdown, mdx, json, toml]
exclude: ^docs/

# Misc...
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
hooks:
# Autoformat: Makes sure files end in a newline and only a newline
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/community/maintainers/saved-replies.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ It may be helpful to store some of these in [GitHub’s saved replies](https://g

```md
We notice that the automated tests are failing on this pull request. In our investigation it appears that the failing tests are caused by your changes.
In order for this pull request to be accepted, the tests will have to be fixeed.
In order for this pull request to be accepted, the tests will have to be fixed.
```

### Code of conduct
Expand Down

0 comments on commit 4fd4e2f

Please sign in to comment.