Skip to content

Commit 3d257af

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.3 → v0.3.7](astral-sh/ruff-pre-commit@v0.3.3...v0.3.7) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
1 parent b8ca8f4 commit 3d257af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ repos:
1414
- id: reorder-python-imports
1515
args: [--py37-plus, --add-import, "from __future__ import annotations"]
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.3.3
17+
rev: v0.3.7
1818
hooks:
1919
- id: ruff
2020
types_or: [python, pyi, jupyter]
2121
args: [--fix]
2222
- id: ruff-format
2323
types_or: [python, pyi, jupyter]
2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v4.5.0
25+
rev: v4.6.0
2626
hooks:
2727
- id: trailing-whitespace
2828
- id: end-of-file-fixer

0 commit comments

Comments
 (0)