Skip to content

Commit

Permalink
Improve diff?
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Feb 6, 2024
1 parent 6aae7ad commit d1159d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
rev: 0.2.3
hooks:
- id: yamlfmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.1
hooks:
Expand All @@ -20,11 +25,6 @@ repos:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]

- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
rev: 0.2.3
hooks:
- id: yamlfmt

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
hooks:
Expand Down

0 comments on commit d1159d2

Please sign in to comment.