Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb committed Mar 28, 2024
1 parent 084fc93 commit c011d17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.1.14"
rev: "v0.3.4"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -84,7 +84,7 @@ repos:
- id: text-unicode-replacement-char

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.38.0
rev: v0.39.0
hooks:
- id: markdownlint
args: ["--disable", "MD013"]
Expand Down
1 change: 1 addition & 0 deletions scripts/check-chapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
raise_error: true -> script exits with error, used for autobuild of releases
print_diff: true : print line of issues
"""

import difflib
import glob
import json
Expand Down
1 change: 1 addition & 0 deletions scripts/ebook/4.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"""
Parselify flattened .tex file.
"""

import os
import re
import sys
Expand Down

0 comments on commit c011d17

Please sign in to comment.