Skip to content

Commit

Permalink
(chore) updated pre commit hooks and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaezp committed Aug 30, 2024
1 parent 4cce95b commit 2960a65
Show file tree
Hide file tree
Showing 4 changed files with 833 additions and 644 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ repos:
exclude: "(.*tests/data/.*/.*.md)"
- id: debug-statements
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.17.0
hooks:
- id: pyupgrade
- repo: https://github.com/PyCQA/autoflake
rev: v2.3.1
hooks:
- id: autoflake
- repo: https://github.com/psf/black
rev: 24.4.0
rev: 24.8.0
hooks:
- id: black
language_version: python3.8
language_version: python3.9
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.3.7
rev: v0.6.3
hooks:
- id: ruff
- repo: https://github.com/pycqa/pydocstyle
Expand Down
4 changes: 3 additions & 1 deletion mkquartodocs/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ def _process_line(self, line):


class QuartoCellDataExtension(Extension):
def extendMarkdown(self, md: Markdown) -> None: # noqa: N802 (casing: parent method's name)
def extendMarkdown(
self, md: Markdown
) -> None: # noqa: N802 (casing: parent method's name)
"""Register the extension.
Adds an instance of the Processor to the Markdown instance.
Expand Down
149 changes: 131 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2960a65

Please sign in to comment.