Skip to content

Commit

Permalink
Update pre-commit (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Jan 19, 2024
1 parent e13c520 commit 262a2bb
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
Expand Up @@ -3,7 +3,7 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 # v4.4.0
rev: c4a0b883114b00d8d76b479c820ce7950211c99b # frozen: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -17,19 +17,19 @@ repos:
- id: check-added-large-files

- repo: https://github.com/pre-commit/mirrors-prettier
rev: 50c5478ed9e10bf360335449280cf2a67f4edb7a # v2.7.1
rev: ffb6a759a979008c0e6dff86e39f4745a2d9eac4 # v3.1.0
hooks:
- id: prettier
files: \.(html|md|yml|yaml|toml)
args: [--prose-wrap=preserve]

- repo: https://github.com/psf/black
rev: bf7a16254ec96b084a6caf3d435ec18f0f245cc7 # 23.3.0
rev: ec91a2be3c44d88e1a3960a4937ad6ed3b63464e # frozen: 23.12.1
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 1ac904bbe451ef0b5a437d1d3b331a244c1f272c # v0.0.275
rev: abe8946973726245279f972c708ebcd6ae0ec272 # frozen: v0.1.13
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

0 comments on commit 262a2bb

Please sign in to comment.