File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ repos:
34
34
name : Check for debug statements.
35
35
36
36
- repo : https://github.com/PyCQA/autoflake
37
- rev : v2.1.0
37
+ rev : v2.1.1
38
38
hooks :
39
39
- id : autoflake
40
40
name : Remove unused imports with autoflake.
41
41
args : ["--in-place", "--remove-all-unused-imports"]
42
42
43
43
- repo : https://github.com/pre-commit/mirrors-prettier
44
- rev : v3.0.0-alpha.6
44
+ rev : v3.0.0-alpha.9-for-vscode
45
45
hooks :
46
46
- id : prettier
47
47
name : Running prettier in non-python files.
Original file line number Diff line number Diff line change @@ -11,12 +11,16 @@ a.darkmode {
11
11
justify-content : center;
12
12
border-radius : 50% ;
13
13
border : 2px solid var (--border );
14
- box-shadow : 0 0 3px rgb (0 0 0 / 12% ), 0 1px 2px rgb (0 0 0 / 24% );
14
+ box-shadow :
15
+ 0 0 3px rgb (0 0 0 / 12% ),
16
+ 0 1px 2px rgb (0 0 0 / 24% );
15
17
transition : 0.2s ease-in box-shadow;
16
18
}
17
19
18
20
a .darkmode : hover {
19
- box-shadow : 0 0 6px rgb (0 0 0 / 16% ), 0 3px 6px rgb (0 0 0 / 23% );
21
+ box-shadow :
22
+ 0 0 6px rgb (0 0 0 / 16% ),
23
+ 0 3px 6px rgb (0 0 0 / 23% );
20
24
}
21
25
22
26
@media only screen and (max-width : 600px ) {
You can’t perform that action at this time.
0 commit comments