Skip to content

Commit 2e89ff0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.2 → v0.5.7](astral-sh/ruff-pre-commit@v0.4.2...v0.5.7)
1 parent 1fa2b5b commit 2e89ff0

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: v4.6.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.5.7
1313
hooks:
1414
# Run the linter.
1515
- id: ruff

0 commit comments

Comments
 (0)