File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ repos:
2424 hooks :
2525 - id : pyproject-fmt
2626 - repo : https://github.com/astral-sh/ruff-pre-commit
27- rev : " v0.9.4 "
27+ rev : " v0.9.6 "
2828 hooks :
2929 - id : ruff-format
3030 - id : ruff
3131 args : ["--fix", "--unsafe-fixes", "--exit-non-zero-on-fix"]
3232 - repo : https://github.com/rbubley/mirrors-prettier
33- rev : " v3.4.2 " # Use the sha / tag you want to point at
33+ rev : " v3.5.0 " # Use the sha / tag you want to point at
3434 hooks :
3535 - id : prettier
3636 additional_dependencies :
Original file line number Diff line number Diff line change 1- """An asyncio-based implementation of the file lock.""" # noqa: A005
1+ """An asyncio-based implementation of the file lock."""
22
33from __future__ import annotations
44
You can’t perform that action at this time.
0 commit comments