Skip to content

Commit

Permalink
Merge pull request #48 from berquist/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist authored Mar 12, 2024
2 parents acba0a4 + c7afb7f commit 1bf0127
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
rev: v0.3.2
hooks:
- id: ruff
args: [--fix]
Expand Down
1 change: 0 additions & 1 deletion pymolresponse/explicit_equations_partial.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
r"""Explicit equations for orbital Hessian terms using partially-transformed MO-basis two-electron integrals, *e.g.*, :math:`(ia|jb), (ij|ab)`."""


import numpy as np

from pymolresponse.utils import form_vec_energy_differences
Expand Down

0 comments on commit 1bf0127

Please sign in to comment.