We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52dedc4 commit fcfdc7cCopy full SHA for fcfdc7c
debug_toolbar/panels/__init__.py
@@ -124,7 +124,6 @@ def ready(cls):
124
be done unconditionally for the panel regardless of whether it is
125
enabled for a particular request. It should be idempotent.
126
"""
127
- pass
128
129
# URLs for panel-specific views
130
pyproject.toml
@@ -93,7 +93,7 @@ extend-select = [
93
# flake8-logging-format
94
"G",
95
# flake8-pie
96
- # "PIE",
+ "PIE",
97
# flake8-simplify
98
# "SIM",
99
# flake8-gettext
0 commit comments