Skip to content

Commit 1443876

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#380)
<!--pre-commit.ci start--> 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) <!--pre-commit.ci end-->
2 parents c9d0e7c + 2cccc5e commit 1443876

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: ".venv|.direnv|tests/dev/|tests/fixtures/"
22
fail_fast: false
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:
@@ -18,9 +18,6 @@ repos:
1818
- id: detect-private-key
1919
- id: end-of-file-fixer
2020
- id: fix-byte-order-marker
21-
- id: fix-encoding-pragma
22-
args:
23-
- --remove
2421
- id: trailing-whitespace
2522
args:
2623
- --markdown-linebreak-ext=md
@@ -38,7 +35,7 @@ repos:
3835
- "--py39-plus"
3936

4037
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: "v0.12.7"
38+
rev: "v0.12.11"
4239
hooks:
4340
- id: ruff
4441
args:

0 commit comments

Comments
 (0)