Commit e88700a6da2fba6afaac0a1c76c0b0afc0b632ac
Committed by
GitHub
1 parent
faea921e
chore(deps): pre-commit.ci autoupdate (#767)
updates: - [github.com/psf/black: 22.6.0 โ 22.8.0](https://github.com/psf/black/compare/22.6.0...22.8.0) - [github.com/pre-commit/mirrors-prettier: v2.7.1 โ v3.0.0-alpha.0](https://github.com/pre-commit/mirrors-prettier/compare/v2.7.1...v3.0.0-alpha.0) - [github.com/codespell-project/codespell: v2.1.0 โ v2.2.1](https://github.com/codespell-project/codespell/compare/v2.1.0...v2.2.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Showing
1 changed file
with
3 additions
and
3 deletions
.pre-commit-config.yaml
| ... | ... | @@ -4,7 +4,7 @@ ci: |
| 4 | 4 | |
| 5 | 5 | repos: |
| 6 | 6 | - repo: https://github.com/psf/black |
| 7 | - rev: 22.6.0 | |
| 7 | + rev: 22.8.0 | |
| 8 | 8 | hooks: |
| 9 | 9 | - id: black |
| 10 | 10 | |
| ... | ... | @@ -33,7 +33,7 @@ repos: |
| 33 | 33 | additional_dependencies: [pyyaml] |
| 34 | 34 | |
| 35 | 35 | - repo: https://github.com/pre-commit/mirrors-prettier |
| 36 | - rev: "v2.7.1" | |
| 36 | + rev: "v3.0.0-alpha.0" | |
| 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.1.0 | |
| 83 | + rev: v2.2.1 | |
| 84 | 84 | hooks: |
| 85 | 85 | - id: codespell |
| 86 | 86 | args: ["-L", "atleast,ans,doub,inout"] | ... | ... |