Skip to content

Commit c1a7385

Browse files
pre-commit-ci[bot]niklasmueboe
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.11.4](astral-sh/ruff-pre-commit@v0.9.6...v0.11.4) - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1)
1 parent 3a7abaa commit c1a7385

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
@@ -18,12 +18,12 @@ repos:
1818
- id: no-commit-to-branch
1919
args: [--branch=main]
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.9.6
21+
rev: v0.11.4
2222
hooks:
2323
- id: ruff
2424
args: [--fix]
2525
- repo: https://github.com/PyCQA/isort
26-
rev: 6.0.0
26+
rev: 6.0.1
2727
hooks:
2828
- id: isort
2929
- repo: https://github.com/psf/black

0 commit comments

Comments
 (0)