We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c2b54 commit 5e6850aCopy full SHA for 5e6850a
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
3
-- repo: https://github.com/charliermarsh/ruff-pre-commit
+- repo: https://github.com/astral-sh/ruff-pre-commit
4
rev: v0.14.1
5
hooks:
6
- id: ruff-check
CONTRIBUTING.md
@@ -29,6 +29,7 @@ How to Contribute Source Code
29
3. Install [pre-commit](https://pre-commit.com/):
30
```shell
31
pip install pre-commit
32
+ pre-commit install --install-hooks
33
```
34
35
4. Start ClickHouse cluster.
0 commit comments