Skip to content

Commit c7aefe9

Browse files
[pre-commit.ci] pre-commit autoupdate (#52)
updates: - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.1 → v0.14.0](astral-sh/ruff-pre-commit@v0.13.1...v0.14.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e295d58 commit c7aefe9

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
@@ -10,13 +10,13 @@ repos:
1010
- id: mixed-line-ending
1111
args: [--fix=lf]
1212
- repo: https://github.com/pycqa/isort
13-
rev: 6.0.1
13+
rev: 7.0.0
1414
hooks:
1515
- id: isort
1616
args: ["--profile", "black", "--filter-files"]
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
1818
# Ruff version.
19-
rev: v0.13.1
19+
rev: v0.14.0
2020
hooks:
2121
# Run the linter.
2222
- id: ruff

0 commit comments

Comments
 (0)