File tree Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ Cargo.lock
9
9
# These are backup files generated by rustfmt
10
10
** /* .rs.bk
11
11
12
- .idea
12
+ .idea
Original file line number Diff line number Diff line change
1
+ default_language_version :
2
+ python : python3.7
3
+
4
+ repos :
5
+ - repo : https://github.com/pre-commit/pre-commit-hooks
6
+ rev : v2.5.0
7
+ hooks :
8
+ - id : check-yaml
9
+ - id : end-of-file-fixer
10
+ - id : trailing-whitespace
11
+ exclude : ^.*\.(md|rst)$
12
+ - id : mixed-line-ending
13
+ args : [--fix=lf]
14
+ - id : check-merge-conflict
15
+
16
+ - repo : https://github.com/jorisroovers/gitlint
17
+ rev : v0.13.1
18
+ hooks :
19
+ - id : gitlint
20
+
21
+ - repo : https://github.com/adrienverge/yamllint
22
+ rev : v1.21.0
23
+ hooks :
24
+ - id : yamllint
25
+
26
+ - repo : https://github.com/doublify/pre-commit-rust
27
+ rev : master
28
+ hooks :
29
+ - id : fmt
30
+ - id : cargo-check
31
+ - id : clippy
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ edition = "2018"
8
8
9
9
[dependencies ]
10
10
cssparser = " *"
11
- kuchiki = " 0.8"
11
+ kuchiki = " 0.8"
You can’t perform that action at this time.
0 commit comments