Skip to content

Commit 7385216

Browse files
[pre-commit.ci] pre-commit autoupdate (#117)
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.3](astral-sh/ruff-pre-commit@v0.3.4...v0.4.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2cdc2af commit 7385216

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
@@ -6,7 +6,7 @@ exclude: "conf.py"
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.5.0
9+
rev: v4.6.0
1010
hooks:
1111
- id: check-docstring-first
1212
- id: check-executables-have-shebangs
@@ -17,7 +17,7 @@ repos:
1717
- id: requirements-txt-fixer
1818
- id: trailing-whitespace
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.3.4
20+
rev: v0.4.3
2121
hooks:
2222
- id: ruff
2323
args: [ --config=pyproject.toml ]

0 commit comments

Comments
 (0)