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/Zac-HD/shed: 2023.5.2 → 2024.3.1](Zac-HD/shed@2023.5.2...2024.3.1)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v4.0.0-alpha.8)
- https://github.com/ikamensh/flynt/: 0.78 → 1.0.1
- [github.com/Lucas-C/pre-commit-hooks: v1.5.1 → v1.5.5](Lucas-C/pre-commit-hooks@v1.5.1...v1.5.5)
  • Loading branch information
pre-commit-ci[bot] authored Mar 18, 2024
1 parent 8eecc78 commit c1418c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
minimum_pre_commit_version: "2.9.0"
repos:
- repo: https://github.com/Zac-HD/shed
rev: 2023.5.2
rev: 2024.3.1
hooks:
- id: shed
# TODO(pcohen): bump to --py310-plus when Talon moves to Python 3.10.
args: [--refactor, --py39-plus]
types_or: [python, markdown, rst]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: mixed-line-ending
- id: check-merge-conflict
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.9-for-vscode"
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
files: ".*.(md|json|yaml)$"
- repo: https://github.com/ikamensh/flynt/
rev: "0.78"
rev: "1.0.1"
hooks:
- id: flynt
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.1
rev: v1.5.5
hooks:
- id: remove-tabs
types: [file]
Expand Down

0 comments on commit c1418c1

Please sign in to comment.