Skip to content

Commit

Permalink
rpc changes array to map (#67)
Browse files Browse the repository at this point in the history
* rpc changes array to map

* comments resolved
  • Loading branch information
hrushikeshm-g authored Nov 11, 2024
1 parent e583afa commit 3cef319
Show file tree
Hide file tree
Showing 28 changed files with 3,097 additions and 3,225 deletions.
6 changes: 3 additions & 3 deletions .config/.style.yapf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
based_on_style = google
indent_width = 2
column_limit = 80
split_before_logical_operator = False
blank_lines_between_top_level_imports_and_variables = 1
dedent_closing_brackets = True
ALLOW_SPLIT_BEFORE_DICT_VALUE = False
each_dict_entry_on_separate_line = True
split_complex_comprehension = True
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ repos:
# - id: yapf
# args: ["-ir", "--style", ".config/.style.yapf"]

# - repo: https://github.com/pre-commit/mirrors-isort
# rev: v5.10.1
# hooks:
# - id: isort
# args: ["--settings-path", ".config/.isort.cfg"]
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
hooks:
- id: isort
args: ["--settings-path", ".config/.isort.cfg"]

- repo: https://github.com/google/yapf
rev: v0.31.0
Expand Down
Loading

0 comments on commit 3cef319

Please sign in to comment.