Skip to content

Commit

Permalink
chore: update pre-commit hooks (#168)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 5, 2024
1 parent 90294e7 commit 714f884
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -13,7 +13,7 @@ repos:
- id: blacken-docs
additional_dependencies: [black==23.*]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.3
rev: 0.27.4
hooks:
- id: check-github-workflows
- repo: https://github.com/pycqa/isort
Expand Down Expand Up @@ -86,7 +86,7 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.14
rev: v0.2.0
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down
1 change: 1 addition & 0 deletions src/pvgmsh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def frontal_delaunay_2d(
>>> _ = plotter.add_points(edge_source.points, style="points", point_size=20, color=[214, 39, 40])
>>> _ = plotter.add_legend([[" edge source", [214, 39, 40]], [" mesh ", [153, 153, 153]]], bcolor="white", face="r", size=(0.3, 0.3))
>>> plotter.show(cpos="xy", screenshot="docs/_static/frontal_delaunay_2d_01.png")
"""
points = edge_source.points
lines = edge_source.lines
Expand Down

0 comments on commit 714f884

Please sign in to comment.