Skip to content

Commit

Permalink
chore(deps): update pre-commit [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
IK Renovate Bot committed Feb 1, 2025
1 parent b00a07e commit e737f99
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-added-large-files
args: ['--maxkb=500']
Expand Down Expand Up @@ -48,7 +48,7 @@ repos:
hooks:
- id: shellcheck
- repo: https://github.com/ambv/black
rev: 20.8b1
rev: 25.1.0
hooks:
- id: black
language_version: python3.8
Expand All @@ -73,7 +73,7 @@ repos:
types: [file, yaml]
entry: 'yamllint --strict -d "{extends: relaxed, rules: {line-length: {max: 200}}}"'
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v3.1.0
hooks:
- id: prettier
types: [javascript]
Expand Down

0 comments on commit e737f99

Please sign in to comment.