Skip to content

Commit 5e6850a

Browse files
committed
fix
1 parent 04c2b54 commit 5e6850a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22

3-
- repo: https://github.com/charliermarsh/ruff-pre-commit
3+
- repo: https://github.com/astral-sh/ruff-pre-commit
44
rev: v0.14.1
55
hooks:
66
- id: ruff-check

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ How to Contribute Source Code
2929
3. Install [pre-commit](https://pre-commit.com/):
3030
```shell
3131
pip install pre-commit
32+
pre-commit install --install-hooks
3233
```
3334

3435
4. Start ClickHouse cluster.

0 commit comments

Comments
 (0)