Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#9)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.1.0...v4.4.0)
- [github.com/sirosen/check-jsonschema: 0.10.2 → 0.23.2](python-jsonschema/check-jsonschema@0.10.2...0.23.2)
- [github.com/pre-commit/mirrors-prettier: v2.5.1 → v3.0.0](pre-commit/mirrors-prettier@v2.5.1...v3.0.0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jul 11, 2023
1 parent 37c7b34 commit b8d10af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.4.0
hooks:
- id: check-json
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.10.2
rev: 0.23.2
hooks:
- id: check-github-workflows

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.5.1
rev: v3.0.0
hooks:
- id: prettier
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>

<html lang="en">
<head>
Expand Down
6 changes: 4 additions & 2 deletions _sass/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ header {
max-width: 100%;
height: auto;
display: block;
box-shadow: 0 1px 0 #ccc, 0 1px 0 1px #eee;
box-shadow:
0 1px 0 #ccc,
0 1px 0 1px #eee;
border-radius: 2px;
margin-left: auto;
margin-right: auto;
Expand Down Expand Up @@ -100,7 +102,7 @@ section + section {
blockquote {
padding: 18px 25px;
margin: 0;
quotes: "\201C""\201D""\2018""\2019";
quotes: "\201C" "\201D" "\2018" "\2019";
font-style: italic;

.author {
Expand Down

0 comments on commit b8d10af

Please sign in to comment.