Skip to content

Commit 4e2d279

Browse files
committed
updates pre-commit config
1 parent d07f426 commit 4e2d279

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,9 @@ repos:
3232
- id: ruff
3333
args:
3434
- --fix
35+
- --select
36+
- I
3537
- --exit-non-zero-on-fix
3638
- --config
3739
- "clients/python/pyproject.toml"
38-
# - id: ruff-format
39-
- 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
40+
- id: ruff-format

0 commit comments

Comments
 (0)