Skip to content

Commit e6f2853

Browse files
committed
CI: update pre-commit hooks
1 parent 980c55c commit e6f2853

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
@@ -13,7 +13,7 @@ repos:
1313
- id: check-merge-conflict
1414
- repo: https://github.com/pycqa/isort
1515
# Formants, sorts and reorganizes imports
16-
rev: 8.0.1
16+
rev: 9.0.0a3
1717
hooks:
1818
- id: isort
1919
args:
@@ -34,7 +34,7 @@ repos:
3434
exclude: (.*/)*snapshots/
3535
# Ruff is a "fastar than flake8" linter/formatter
3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.14.2
37+
rev: v0.15.17
3838
hooks:
3939
# Run the linter.
4040
- id: ruff

0 commit comments

Comments
 (0)