Skip to content

Commit

Permalink
update precommit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
teddygroves committed Aug 16, 2024
1 parent 262c951 commit f3e7bec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.2.1
rev: v0.6.0
hooks:
# Run the linter.
- id: ruff
Expand Down
3 changes: 1 addition & 2 deletions src/enzax/rate_equations.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ def numerator(self, conc: Float[Array, " n"]) -> Scalar:
)

@abstractmethod
def free_enzyme_ratio(self, conc: Float[Array, " n"]) -> Scalar:
...
def free_enzyme_ratio(self, conc: Float[Array, " n"]) -> Scalar: ...


class IrreversibleMichaelisMenten(MichaelisMenten):
Expand Down

0 comments on commit f3e7bec

Please sign in to comment.