Skip to content

Commit 9b26e8c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.14.1](astral-sh/ruff-pre-commit@v0.13.2...v0.14.1) - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0)
1 parent f613496 commit 9b26e8c

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,7 +10,7 @@ ci:
1010
repos:
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
1212
# Ruff version.
13-
rev: v0.13.2
13+
rev: v0.14.1
1414
hooks:
1515
# Run the linter.
1616
- id: ruff
@@ -27,7 +27,7 @@ repos:
2727
exclude: 'Grouper/tests/.*|Grouper/libraries/Libraries.py'
2828

2929
- repo: https://github.com/pycqa/isort
30-
rev: 6.0.1
30+
rev: 7.0.0
3131
hooks:
3232
- id: isort
3333
name: isort (python)

0 commit comments

Comments
 (0)