Skip to content

Commit ab213ef

Browse files
[pre-commit.ci] pre-commit autoupdate (#1538)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/mirrors-prettier: v2.5.0 → v2.5.1](pre-commit/mirrors-prettier@v2.5.0...v2.5.1) - [github.com/pre-commit/mirrors-eslint: v8.3.0 → v8.4.0](pre-commit/mirrors-eslint@v8.3.0...v8.4.0) - [github.com/psf/black: 21.11b1 → 21.12b0](psf/black@21.11b1...21.12b0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0c039c6 commit ab213ef

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@ repos:
2828
- id: rst-backticks
2929
- id: rst-directive-colons
3030
- repo: https://github.com/pre-commit/mirrors-prettier
31-
rev: v2.5.0
31+
rev: v2.5.1
3232
hooks:
3333
- id: prettier
3434
types_or: [javascript, css]
3535
- repo: https://github.com/pre-commit/mirrors-eslint
36-
rev: v8.3.0
36+
rev: v8.4.0
3737
hooks:
3838
- id: eslint
3939
files: \.js?$
4040
types: [file]
4141
args:
4242
- --fix
4343
- repo: https://github.com/psf/black
44-
rev: 21.11b1
44+
rev: 21.12b0
4545
hooks:
4646
- id: black
4747
language_version: python3

debug_toolbar/panels/cache.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ def __getitem__(self, alias):
148148
actual_cache = super().__getitem__(alias)
149149
return CacheStatTracker(actual_cache)
150150

151-
152151
else:
153152

154153
class CacheHandlerPatch(CacheHandler):

0 commit comments

Comments
 (0)