Skip to content

Commit d5f558b

Browse files
authored
Merge pull request #10 from labelle-org/update-pre-commit-config
Update pre commit config
2 parents cfffe84 + 8303e55 commit d5f558b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.pre-commit-config.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,22 @@ exclude: ^src/labelle/_vendor/.*$
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.5.0
8+
rev: v4.6.0
99
hooks:
1010
- id: no-commit-to-branch
1111
args: [--branch, master, --branch, main]
1212
- id: trailing-whitespace
1313
- id: check-added-large-files
1414
- id: check-ast
1515
- id: check-merge-conflict
16-
- id: check-xml
1716
- id: check-yaml
1817
- id: debug-statements
1918
- id: end-of-file-fixer
20-
- id: requirements-txt-fixer
2119
- id: mixed-line-ending
2220
args: ['--fix=lf']
2321

2422
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.3.4
23+
rev: v0.3.7
2624
hooks:
2725
- id: ruff
2826
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)