Skip to content

Commit

Permalink
chore(pre-commit): autoupdate hooks (#1808)
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda authored Dec 13, 2023
2 parents aa2002d + 069f439 commit 77531fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ repos:
- python

- repo: https://github.com/pycqa/bandit
rev: 1.7.5
rev: 1.7.6
hooks:
- id: bandit
args: ["-ll"]
files: .py$

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.4
hooks:
- id: prettier
types_or: [javascript, css]
Expand Down

0 comments on commit 77531fd

Please sign in to comment.