-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] pre-commit autoupdate (#7336)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/thibaudcolas/pre-commit-stylelint: v16.10.0 → v16.11.0](thibaudcolas/pre-commit-stylelint@v16.10.0...v16.11.0) - [github.com/rubocop/rubocop: v1.68.0 → v1.69.0](rubocop/rubocop@v1.68.0...v1.69.0) * Updated additional dependencies * Switched to https://github.com/rbubley/mirrors-prettier for the prettier pre-commit hook --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: David Liu <[email protected]>
- Loading branch information
1 parent
8e4cdcb
commit b241c74
Showing
5 changed files
with
13 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,20 +16,20 @@ repos: | |
)$ | ||
- id: end-of-file-fixer | ||
- id: trailing-whitespace | ||
- repo: https://github.com/pre-commit/mirrors-prettier | ||
rev: v3.1.0 | ||
- repo: https://github.com/rbubley/mirrors-prettier | ||
rev: v3.4.2 | ||
hooks: | ||
- id: prettier | ||
types_or: [javascript, jsx, css, scss, html] | ||
- repo: https://github.com/thibaudcolas/pre-commit-stylelint | ||
rev: v16.10.0 | ||
rev: v16.11.0 | ||
hooks: | ||
- id: stylelint | ||
additional_dependencies: [ | ||
"stylelint@16.3.1", | ||
"stylelint@16.11.0", | ||
"[email protected]", | ||
"stylelint-config-sass-guidelines@11.1.0", | ||
"[email protected].38", | ||
"stylelint-config-sass-guidelines@12.1.0", | ||
"[email protected].49", | ||
] | ||
args: ["--fix"] | ||
types_or: ["css", "scss"] | ||
|
@@ -39,7 +39,7 @@ repos: | |
app/assets/stylesheets/common/_reset.scss | ||
)$ | ||
- repo: https://github.com/rubocop/rubocop | ||
rev: v1.68.0 | ||
rev: v1.69.1 | ||
hooks: | ||
- id: rubocop | ||
args: ["--autocorrect"] | ||
|
@@ -52,10 +52,10 @@ repos: | |
Vagrantfile | ||
)$ | ||
additional_dependencies: | ||
- rubocop-rails:2.26.1 | ||
- rubocop-performance:1.22.1 | ||
- rubocop-rails:2.27.0 | ||
- rubocop-performance:1.23.0 | ||
- rubocop-factory_bot:2.26.1 | ||
- rubocop-rspec:3.0.5 | ||
- rubocop-rspec:3.2.0 | ||
- rubocop-rspec_rails:2.30.0 | ||
- rubocop-capybara:2.21.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ $breakpoints: ( | |
@content; | ||
} | ||
} @else { | ||
@media ("#{$name}") { | ||
@media ('#{$name}') { | ||
@content; | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters