Skip to content

Commit 98070db

Browse files
pre-commit-ci[bot]ricardoV94
authored andcommitted
[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.3.4 → v0.4.1](astral-sh/ruff-pre-commit@v0.3.4...v0.4.1)
1 parent 4d4bd16 commit 98070db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exclude: |
99
)$
1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.5.0
12+
rev: v4.6.0
1313
hooks:
1414
- id: debug-statements
1515
exclude: |
@@ -22,7 +22,7 @@ repos:
2222
)$
2323
- id: check-merge-conflict
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.3.4
25+
rev: v0.4.1
2626
hooks:
2727
- id: ruff
2828
args: ["--fix", "--output-format=full"]

0 commit comments

Comments
 (0)