Skip to content

Commit

Permalink
Merge branch 'main' into philipc/bounding-box-intersections
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 authored Oct 14, 2024
2 parents 233df6c + 180d336 commit 525bf7c
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 525bf7c

Please sign in to comment.