File tree Expand file tree Collapse file tree 3 files changed +28
-26
lines changed Expand file tree Collapse file tree 3 files changed +28
-26
lines changed Original file line number Diff line number Diff line change 3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.3 .0
6
+ rev : v4.4 .0
7
7
hooks :
8
- - id : trailing-whitespace
9
- - id : end-of-file-fixer
10
- - id : debug-statements
8
+ - id : check-added-large-files
11
9
- id : check-ast
12
- - id : mixed-line-ending
13
- - id : check-yaml
14
- args : [--allow-multiple-documents]
10
+ - id : check-builtin-literals
11
+ - id : check-case-conflict
15
12
- id : check-json
16
13
- id : check-toml
17
- - id : check-added-large-files
14
+ - id : check-yaml
15
+ args : [--allow-multiple-documents]
16
+ - id : debug-statements
17
+ - id : end-of-file-fixer
18
+ - id : mixed-line-ending
19
+ - id : trailing-whitespace
18
20
19
21
- repo : https://github.com/psf/black
20
- rev : 22.6 .0
22
+ rev : 23.1 .0
21
23
hooks :
22
24
- id : black
23
25
26
+ - repo : https://github.com/asottile/blacken-docs
27
+ rev : v1.12.1
28
+ hooks :
29
+ - id : blacken-docs
30
+
24
31
- repo : https://github.com/pre-commit/mirrors-prettier
25
32
rev : v2.7.1
26
33
hooks :
27
34
- id : prettier
28
- files : \.(md|yml|yaml)
35
+ files : \.(css| md|yml|yaml)
29
36
args : [--prose-wrap=preserve]
30
37
31
- - repo : https://github.com/asottile/blacken-docs
32
- rev : v1.12.1
33
- hooks :
34
- - id : blacken-docs
35
-
36
38
- repo : https://github.com/asottile/pyupgrade
37
- rev : v2.37 .1
39
+ rev : v3.3 .1
38
40
hooks :
39
41
- id : pyupgrade
40
42
args : [--py38-plus]
Original file line number Diff line number Diff line change 1
1
.hero-title-content {
2
- display : flex;
3
- flex-direction : row;
4
- width : 100% ;
5
- max-width : 1200px ;
6
- margin : 2vh auto;
7
- justify-content : space-around;
2
+ display : flex;
3
+ flex-direction : row;
4
+ width : 100% ;
5
+ max-width : 1200px ;
6
+ margin : 2vh auto;
7
+ justify-content : space-around;
8
8
}
9
9
10
- img [alt *= socials ] {
11
- height : 25px ;
12
- margin-right : 5px ;
10
+ img [alt *= " socials" ] {
11
+ height : 25px ;
12
+ margin-right : 5px ;
13
13
}
Original file line number Diff line number Diff line change 1
- pre-commit >= 2.20
1
+ pre-commit >= 3.3.2
You can’t perform that action at this time.
0 commit comments