Skip to content

Commit

Permalink
Merge branch 'develop' into feature/organic_phosphorus
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobcook1995 authored Jan 8, 2025
2 parents f129175 + 27e7ff6 commit 41d5f1b
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 @@ -5,13 +5,13 @@ repos:
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4
rev: v0.8.6
hooks:
- id: ruff # Run the linter.
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format # Run the formatter.
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.14.0"
rev: "v1.14.1"
hooks:
- id: mypy
additional_dependencies: [types-jsonschema, xarray, types-tabulate, numpy==2.1.3]
Expand Down

0 comments on commit 41d5f1b

Please sign in to comment.