Skip to content

Commit

Permalink
Merge branch 'main' into zedwick/grid_from_verts
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronzedwick authored Oct 15, 2024
2 parents 84c1f63 + 180d336 commit d43d45e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repos:
- repo: https://github.com/myint/docformatter # To format the doc strings to conform PEP257
- repo: https://github.com/PyCQA/docformatter # To format the doc strings to conform PEP257
rev: v1.7.5
hooks:
- id: docformatter
Expand All @@ -16,7 +16,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.1
rev: v0.6.9
hooks:
# Run the linter.
- id: ruff
Expand Down

0 comments on commit d43d45e

Please sign in to comment.