Skip to content

Commit bf1d373

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.2 → v0.8.2](astral-sh/ruff-pre-commit@v0.4.2...v0.8.2)
1 parent 8aa4dae commit bf1d373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ exclude: 'dev'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-merge-conflict # checks for files that contain merge conflict strings
88
- id: check-toml # checks toml files for parseable syntax
99
- id: debug-statements # checks for debugger imports and py37+ `breakpoint()` calls in python source
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.4.2
12+
rev: v0.8.2
1313
hooks:
1414
# Run the linter.
1515
- id: ruff

0 commit comments

Comments
 (0)