Skip to content

Commit 2c2b970

Browse files
[pre-commit.ci] pre-commit autoupdate (#507)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.7...v0.12.11) * fix-byte-order-marker Removed the check-byte-order-marker hook and added fix-byte-order-marker. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent 7545788 commit 2c2b970

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-added-large-files
88
args: ["--maxkb=128"]
99
- id: check-ast
10-
- id: check-byte-order-marker
1110
- id: check-case-conflict
1211
- id: check-docstring-first
1312
- id: check-executables-have-shebangs
@@ -22,6 +21,7 @@ repos:
2221
args: ["--allow-missing-credentials"]
2322
- id: detect-private-key
2423
- id: end-of-file-fixer
24+
- id: fix-byte-order-marker
2525
- id: mixed-line-ending
2626
args: ["--fix=lf"]
2727
- id: pretty-format-json
@@ -36,7 +36,7 @@ repos:
3636
- tomli
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.12.7
39+
rev: v0.12.11
4040
hooks:
4141
- id: ruff
4242

0 commit comments

Comments
 (0)