Skip to content

Commit

Permalink
Bump pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki committed Aug 9, 2024
1 parent e243dbc commit 833dc26
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: debug-statements
- id: end-of-file-fixer
- id: requirements-txt-fixer
- id: trailing-whitespace
- id: check-merge-conflict
- id: check-yaml
- repo: local
hooks:
- id: ruff
name: ruff
entry: ruff
entry: ruff check
language: system
args: [ --fix, --exit-non-zero-on-fix ]
types:
Expand Down

0 comments on commit 833dc26

Please sign in to comment.