Skip to content

Commit

Permalink
Merge pull request #206 from dckiller51/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
dckiller51 authored Nov 17, 2023
2 parents 9b4b7c4 + f192b7c commit 5540b9f
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 @@ -13,7 +13,7 @@ repos:
- id: pyupgrade
args: [--py310-plus]
- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black
args:
Expand Down Expand Up @@ -56,7 +56,7 @@ repos:
- --fix=lf
stages: [manual]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v3.1.0
hooks:
- id: prettier
additional_dependencies:
Expand All @@ -66,7 +66,7 @@ repos:
- python
exclude: manifest\.json$
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.32.0
rev: v1.33.0
hooks:
- id: yamllint
- repo: local
Expand Down

0 comments on commit 5540b9f

Please sign in to comment.