Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cmelab/flowerMD into new-ellipsoids
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Mar 10, 2025
2 parents 4e3785f + 8da7519 commit 1ec4cd0
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
Expand Up @@ -9,7 +9,7 @@ ci:
submodules: false
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.6 # Ruff version
rev: v0.9.10 # Ruff version
hooks:
- id: ruff
args: [--fix, --extend-ignore=E203]
Expand All @@ -23,7 +23,7 @@ repos:
- id: trailing-whitespace
exclude: 'flowermd/tests/assets/.* | flowermd/assets/.*'
- repo: https://github.com/pycqa/isort
rev: 6.0.0
rev: 6.0.1
hooks:
- id: isort
name: isort (python)
Expand Down

0 comments on commit 1ec4cd0

Please sign in to comment.