Skip to content

Commit 0705cf5

Browse files
committed
Update pre-commit config
1 parent 8c20c85 commit 0705cf5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-ast
6-
- id: check-byte-order-marker
76
- id: check-case-conflict
87
- id: check-docstring-first
98
- id: check-executables-have-shebangs
109
- id: check-merge-conflict
1110
- id: check-yaml
1211
- id: end-of-file-fixer
12+
- id: fix-byte-order-marker
1313
- id: mixed-line-ending
1414
- id: no-commit-to-branch
1515
args: [--branch, main]
@@ -29,6 +29,6 @@ repos:
2929
hooks:
3030
- id: isort
3131
- repo: https://github.com/psf/black
32-
rev: 25.1.0
32+
rev: 25.9.0
3333
hooks:
3434
- id: black

0 commit comments

Comments
 (0)