Skip to content

Commit 5017c02

Browse files
committed
🔧 MAINTAIN: update hook rev
1 parent 788d241 commit 5017c02

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: flake8
2323

2424
- repo: https://github.com/executablebooks/scss-compile
25-
rev: 33fa54c5b7f4b3c929b04395548b16e5ffbdd390
25+
rev: v0.1.0
2626
hooks:
2727
- id: scss-compile
2828
args: [--config=scss-compile-config.yml]

tests/example_scss/example2.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
div {
2-
color: blue;
2+
color: green;
33
}

tests/output_css/example2#821e13453c843b0bca86fa3df58ba377.css renamed to tests/output_css/example2#fce09556d93c63890abdf532c2c5c787.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/output_css/example2.scss.map.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"example2.scss"
77
],
88
"names": [],
9-
"mappings": "AAAA,AAAA,GAAG,AAAC,CACA,KAAK,CAAE,IAAI,CACd"
9+
"mappings": "AAAA,AAAA,GAAG,AAAC,CACA,KAAK,CAAE,KAAK,CACf"
1010
}

0 commit comments

Comments
 (0)