Skip to content

Commit fb16de1

Browse files
[pre-commit.ci] pre-commit autoupdate (#1864)
1 parent be989d2 commit fb16de1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@ repos:
2424
- id: rst-backticks
2525
- id: rst-directive-colons
2626
- repo: https://github.com/pre-commit/mirrors-prettier
27-
rev: v4.0.0-alpha.3
27+
rev: v4.0.0-alpha.7
2828
hooks:
2929
- id: prettier
3030
entry: env PRETTIER_LEGACY_CLI=1 prettier
3131
types_or: [javascript, css]
3232
args:
3333
- --trailing-comma=es5
3434
- repo: https://github.com/pre-commit/mirrors-eslint
35-
rev: v8.55.0
35+
rev: v8.56.0
3636
hooks:
3737
- id: eslint
3838
files: \.js?$
3939
types: [file]
4040
args:
4141
- --fix
4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: 'v0.1.6'
43+
rev: 'v0.1.8'
4444
hooks:
4545
- id: ruff
4646
args: [--fix, --exit-non-zero-on-fix]

debug_toolbar/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def getframeinfo(frame: Any, context: int = 1) -> inspect.Traceback:
213213

214214

215215
def get_sorted_request_variable(
216-
variable: Union[Dict[str, Any], QueryDict]
216+
variable: Union[Dict[str, Any], QueryDict],
217217
) -> Dict[str, Union[List[Tuple[str, Any]], Any]]:
218218
"""
219219
Get a data structure for showing a sorted list of variables from the

0 commit comments

Comments
 (0)