Skip to content

Commit

Permalink
Merge pull request #20 from Matgenix/update/pre-commit-autoupdate
Browse files Browse the repository at this point in the history
Auto-update pre-commit hooks
  • Loading branch information
davidwaroquiers authored Apr 16, 2024
2 parents 6e80c9a + d9a72d0 commit 6f8265d
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 @@ -3,20 +3,20 @@ default_language_version:
exclude: ^(tests/testfiles/)
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.3.4
rev: v0.3.7
hooks:
- id: ruff
args: [--fix]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: fix-encoding-pragma
args: [--remove]
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.0
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
Expand Down

0 comments on commit 6f8265d

Please sign in to comment.