Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#125)
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.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8)
- [github.com/pre-commit/mirrors-eslint: v8.50.0 → v9.0.0-alpha.0](pre-commit/mirrors-eslint@v8.50.0...v9.0.0-alpha.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 Jan 27, 2024
1 parent ed8c711 commit ae3ef13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default_install_hook_types: [pre-commit, commit-msg]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-case-conflict
- id: check-symlinks
Expand All @@ -18,7 +18,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v4.0.0-alpha.8
hooks:
- id: prettier
args: [--write] # edit files in-place
Expand All @@ -36,7 +36,7 @@ repos:
args: [--ignore-words-list, 'adresse,afterall,presse,ue,alle']

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.50.0
rev: v9.0.0-alpha.0
hooks:
- id: eslint
types: [file]
Expand Down
2 changes: 1 addition & 1 deletion src/utils/marked.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const renderer = {
marked.use({
renderer,
mangle: false,
headerIds: false
headerIds: false,
})

export default marked

0 comments on commit ae3ef13

Please sign in to comment.