Skip to content

Commit

Permalink
Merge pull request #9 from googlefonts/pre-commit-update
Browse files Browse the repository at this point in the history
Update pre-commit dependencies
  • Loading branch information
justvanrossum authored Mar 8, 2024
2 parents a5e7c03 + 6bab16e commit 7f5d403
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,11 +1,11 @@
repos:
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 24.2.0
hooks:
- id: black

- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black"]
Expand All @@ -16,14 +16,14 @@ repos:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v3.0.3
hooks:
- id: prettier
exclude: "tests/data/"
types_or: [css, javascript, json, xml, yaml, markdown, html]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down

0 comments on commit 7f5d403

Please sign in to comment.