Skip to content

Commit

Permalink
Pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
quant-ranger[bot] authored Feb 3, 2025
1 parent 3f767d7 commit 613f4db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-toml
- repo: https://github.com/quantco/pre-commit-mirrors-ruff
rev: 0.4.3
rev: 0.9.4
hooks:
- id: ruff-conda
- id: ruff-format-conda
- repo: https://github.com/quantco/pre-commit-mirrors-mypy
rev: 1.10.0
rev: 1.14.1
hooks:
- id: mypy-conda
2 changes: 1 addition & 1 deletion tests/test_parse_body.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def funcs(request):
original_func_unparsed = inspect.getsource(original_func)
# build ast from transformed function as format as string
transformed_func_unparsed = transform_func_to_new_source(original_func)
print(f"Original:\n{original_func_unparsed}\n" f"Transformed:\n{transformed_func_unparsed}")
print(f"Original:\n{original_func_unparsed}\nTransformed:\n{transformed_func_unparsed}")
return transformed_func, original_func


Expand Down

0 comments on commit 613f4db

Please sign in to comment.