Skip to content

Commit

Permalink
Merge pull request #77 from qiboteam/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
chmwzc authored Jan 30, 2024
2 parents 388513b + 8849cc6 commit b6f614d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions 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 @@ -9,7 +9,7 @@ repos:
- id: check-yaml
- id: debug-statements
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
args:
Expand Down
1 change: 0 additions & 1 deletion examples/br_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
and runs the VQE to obtain the HF energy.
"""


import numpy as np
from qibo.optimizers import optimize
from scipy.optimize import minimize
Expand Down
1 change: 1 addition & 0 deletions tests/test_molecule.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Test Molecule class functions
"""

from pathlib import Path

import numpy as np
Expand Down

0 comments on commit b6f614d

Please sign in to comment.