Skip to content

Commit 94f3768

Browse files
committed
fix
1 parent 7ce5899 commit 94f3768

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ repos:
77
(?x)^(
88
examples/|
99
cookbook/|
10+
client_tools/|
11+
src/twinkle_client|
12+
1013
)$
1114
- repo: https://github.com/PyCQA/isort.git
1215
rev: 7.0.0
@@ -16,6 +19,8 @@ repos:
1619
(?x)^(
1720
examples/|
1821
cookbook/|
22+
client_tools/|
23+
src/twinkle_client|
1924
)$
2025
- repo: https://github.com/google/yapf
2126
rev: v0.43.0
@@ -25,6 +30,8 @@ repos:
2530
(?x)^(
2631
examples/|
2732
cookbook/|
33+
client_tools/|
34+
src/twinkle_client|
2835
)$
2936
- repo: https://github.com/pre-commit/pre-commit-hooks.git
3037
rev: v6.0.0

.pre-commit-config_local.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ repos:
77
(?x)^(
88
examples/|
99
cookbook/|
10+
client_tools/|
11+
src/twinkle_client|
1012
)$
1113
- repo: /home/admin/pre-commit/isort
1214
rev: 4.3.21
@@ -16,6 +18,8 @@ repos:
1618
(?x)^(
1719
examples/|
1820
cookbook/|
21+
client_tools/|
22+
src/twinkle_client|
1923
)$
2024
- repo: /home/admin/pre-commit/mirrors-yapf
2125
rev: v0.30.0
@@ -25,6 +29,8 @@ repos:
2529
(?x)^(
2630
examples/|
2731
cookbook/|
32+
client_tools/|
33+
src/twinkle_client|
2834
)$
2935
- repo: /home/admin/pre-commit/pre-commit-hooks
3036
rev: v3.1.0

0 commit comments

Comments
 (0)