Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (talonhub#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored and MartinRykfors committed Nov 6, 2023
1 parent 26c8aa1 commit bcd7f49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
minimum_pre_commit_version: "3.2.0"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -23,7 +23,7 @@ repos:
- id: end-of-file-fixer
- id: mixed-line-ending
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.1"
rev: "v3.0.3"
hooks:
- id: prettier
- repo: https://github.com/ikamensh/flynt/
Expand All @@ -35,11 +35,11 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.3
rev: v1.5.4
hooks:
- id: remove-tabs
types: [file]
Expand Down

0 comments on commit bcd7f49

Please sign in to comment.