Commit b681d4d605b08fbc40cfddeb23d69dff33ff3ffe

Authored by pre-commit-ci[bot]
Committed by GitHub
1 parent c4d3f39d

chore(deps): pre-commit.ci autoupdate (#790)

updates:
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.1 → v3.0.0-alpha.2](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.1...v3.0.0-alpha.2)
- [github.com/codespell-project/codespell: v2.2.1 → v2.2.2](https://github.com/codespell-project/codespell/compare/v2.2.1...v2.2.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Showing 1 changed file with 2 additions and 2 deletions
.pre-commit-config.yaml
... ... @@ -33,7 +33,7 @@ repos:
33 33 additional_dependencies: [pyyaml]
34 34  
35 35 - repo: https://github.com/pre-commit/mirrors-prettier
36   - rev: "v3.0.0-alpha.1"
  36 + rev: "v3.0.0-alpha.2"
37 37 hooks:
38 38 - id: prettier
39 39 types_or: [yaml, markdown, html, css, scss, javascript, json]
... ... @@ -80,7 +80,7 @@ repos:
80 80 exclude: .pre-commit-config.yaml
81 81  
82 82 - repo: https://github.com/codespell-project/codespell
83   - rev: v2.2.1
  83 + rev: v2.2.2
84 84 hooks:
85 85 - id: codespell
86 86 args: ["-L", "atleast,ans,doub,inout"]
... ...