Skip to content

Commit d69cfd2

Browse files
[pre-commit.ci] pre-commit autoupdate (#399)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.12.8](astral-sh/ruff-pre-commit@v0.12.7...v0.12.8) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) * remove fix-encoding-pragma --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: jakkdl <h6+github@pm.me>
1 parent 8e700eb commit d69cfd2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.12.7
12+
rev: v0.12.8
1313
hooks:
1414
- id: ruff
1515
args: [--fix]
@@ -73,16 +73,14 @@ repos:
7373
- tomli
7474

7575
- repo: https://github.com/pre-commit/pre-commit-hooks
76-
rev: v5.0.0
76+
rev: v6.0.0
7777
hooks:
7878
- id: check-merge-conflict
7979
- id: check-toml
8080
- id: check-yaml
8181
- id: debug-statements
8282
language_version: python3
8383
- id: end-of-file-fixer
84-
- id: fix-encoding-pragma
85-
args: [--remove]
8684
- id: trailing-whitespace
8785
args: ['--markdown-linebreak-ext=md,markdown']
8886

0 commit comments

Comments
 (0)