1 parent 980c55c commit e6f2853Copy full SHA for e6f2853
1 file changed
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
- id: check-merge-conflict
14
- repo: https://github.com/pycqa/isort
15
# Formants, sorts and reorganizes imports
16
- rev: 8.0.1
+ rev: 9.0.0a3
17
hooks:
18
- id: isort
19
args:
@@ -34,7 +34,7 @@ repos:
34
exclude: (.*/)*snapshots/
35
# Ruff is a "fastar than flake8" linter/formatter
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: v0.14.2
+ rev: v0.15.17
38
39
# Run the linter.
40
- id: ruff
0 commit comments