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 d07f426 commit 4e2d279Copy full SHA for 4e2d279
.pre-commit-config.yaml
@@ -32,16 +32,9 @@ repos:
32
- id: ruff
33
args:
34
- --fix
35
+ - --select
36
+ - I
37
- --exit-non-zero-on-fix
38
- --config
39
- "clients/python/pyproject.toml"
- # - id: ruff-format
- - repo: https://github.com/psf/black
40
- rev: 23.7.0
41
- hooks:
42
- - id: black
43
- # It is recommended to specify the latest version of Python
44
- # supported by your project here, or alternatively use
45
- # pre-commit's default_language_version, see
46
- # https://pre-commit.com/#top_level-default_language_version
47
- # language_version: python3.11
+ - id: ruff-format
0 commit comments