Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.0](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.0)
- https://github.com/ikamensh/flynt/: 0.78 → 1.0.0
- [github.com/wenkokke/talonfmt: 1.9.5 → 1.10.1](wenkokke/talonfmt@1.9.5...1.10.1)
  • Loading branch information
pre-commit-ci[bot] authored Jul 10, 2023
1 parent 9acb6c9 commit ec5148d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ repos:
- id: end-of-file-fixer
- id: mixed-line-ending
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.9-for-vscode"
rev: "v3.0.0"
hooks:
- id: prettier
- repo: https://github.com/ikamensh/flynt/
rev: "0.78"
rev: "1.0.0"
hooks:
- id: flynt
- repo: https://github.com/pycqa/isort
Expand All @@ -46,7 +46,7 @@ repos:
files: \.talon$
args: ["--whitespaces-count=4"]
- repo: https://github.com/wenkokke/talonfmt
rev: 1.9.5
rev: 1.10.1
hooks:
- id: talonfmt
args: ["--in-place"]

0 comments on commit ec5148d

Please sign in to comment.