Skip to content

Commit 0ae7be1

Browse files
chore: update pre-commit hooks (#319)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.7...v0.9.9) - [github.com/pycqa/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8218237 commit 0ae7be1

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
@@ -38,7 +38,7 @@ repos:
3838

3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: "v0.9.7"
41+
rev: "v0.9.9"
4242
hooks:
4343
- id: ruff
4444
types: [file, python]
@@ -56,7 +56,7 @@ repos:
5656

5757

5858
- repo: https://github.com/pycqa/isort
59-
rev: '6.0.0'
59+
rev: '6.0.1'
6060
hooks:
6161
- id: isort
6262
name: isort (cython)

0 commit comments

Comments
 (0)