Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Landon Gingerich authored and Landon Gingerich committed Sep 12, 2023
1 parent fae68f3 commit 180ab2b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
# - id: double-quote-string-fixer
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black-pre-commit-mirror
# - id: double-quote-string-fixer
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/PyCQA/docformatter
- id: black
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
hooks:
- id: docformatter
args: ['--in-place', '--black', '--wrap-summaries=88', '--wrap-descriptions=88']
- repo: https://github.com/astral-sh/ruff-pre-commit
- id: docformatter
args: ["--in-place", "--black", "--wrap-summaries=88", "--wrap-descriptions=88"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.286
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
1 change: 1 addition & 0 deletions src/defillama_py/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ def get_all_chains_current_tvl(
# /fetch/signature
# /fetch/contract/{chain}/{address}



# --- Bridges --- #

Expand Down

0 comments on commit 180ab2b

Please sign in to comment.