Skip to content

Commit

Permalink
chore(pre-commit): autoupdate hooks (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran authored Dec 22, 2023
2 parents cbf39bf + 1f036ca commit eb90c19
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 @@ -18,7 +18,7 @@ repos:
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.0
hooks:
- id: black
types:
Expand All @@ -32,14 +32,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.7
hooks:
- id: prettier
types_or: [javascript]
Expand Down

0 comments on commit eb90c19

Please sign in to comment.