Skip to content

Commit

Permalink
Enable format
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Mar 30, 2024
1 parent 89dbf0b commit 78d8d14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
conda info
- run: pip install . -v
- run: make test python=python
# - run: make format python=python
- run: make format python=python
2 changes: 1 addition & 1 deletion src/qmllib/representations/arad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

from .arad import *
from .arad import * # noqa: F403
2 changes: 2 additions & 0 deletions tests/test_fchl_force.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# flake8: noqa

import ast
import csv
from copy import deepcopy
Expand Down

0 comments on commit 78d8d14

Please sign in to comment.