Skip to content

Commit 1b148db

Browse files
pre-commit-ci[bot]tim-schilling
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 14c5d51 commit 1b148db

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

debug_toolbar/static/debug_toolbar/css/toolbar.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@
111111
#djDebug button:active {
112112
border: 1px solid #aaa;
113113
border-bottom: 1px solid #888;
114-
box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
114+
box-shadow:
115+
inset 0 0 5px 2px #aaa,
116+
0 1px 0 0 #eee;
115117
}
116118

117119
#djDebug #djDebugToolbar {

pyproject.toml

+18-18
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@ authors = [
1414
]
1515
requires-python = ">=3.8"
1616
classifiers = [
17-
"Development Status :: 5 - Production/Stable",
18-
"Environment :: Web Environment",
19-
"Framework :: Django",
20-
"Framework :: Django :: 3.2",
21-
"Framework :: Django :: 4.0",
22-
"Framework :: Django :: 4.1",
23-
"Framework :: Django :: 4.2",
24-
"Intended Audience :: Developers",
25-
"License :: OSI Approved :: BSD License",
26-
"Operating System :: OS Independent",
27-
"Programming Language :: Python",
28-
"Programming Language :: Python :: 3",
29-
"Programming Language :: Python :: 3 :: Only",
30-
"Programming Language :: Python :: 3.8",
31-
"Programming Language :: Python :: 3.9",
32-
"Programming Language :: Python :: 3.10",
33-
"Programming Language :: Python :: 3.11",
34-
"Topic :: Software Development :: Libraries :: Python Modules",
17+
"Development Status :: 5 - Production/Stable",
18+
"Environment :: Web Environment",
19+
"Framework :: Django",
20+
"Framework :: Django :: 3.2",
21+
"Framework :: Django :: 4.0",
22+
"Framework :: Django :: 4.1",
23+
"Framework :: Django :: 4.2",
24+
"Intended Audience :: Developers",
25+
"License :: OSI Approved :: BSD License",
26+
"Operating System :: OS Independent",
27+
"Programming Language :: Python",
28+
"Programming Language :: Python :: 3",
29+
"Programming Language :: Python :: 3 :: Only",
30+
"Programming Language :: Python :: 3.8",
31+
"Programming Language :: Python :: 3.9",
32+
"Programming Language :: Python :: 3.10",
33+
"Programming Language :: Python :: 3.11",
34+
"Topic :: Software Development :: Libraries :: Python Modules",
3535
]
3636
dynamic = [
3737
"version",

0 commit comments

Comments
 (0)