Skip to content

Commit a4e3bc8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8414fcd commit a4e3bc8

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

oteapi_asmod/strategies/function.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Function strategy class for mapping ase.Atoms to dlite metadata."""
2+
23
# pylint: disable=no-self-use,unused-argument
34
import pathlib
45
from dataclasses import dataclass

oteapi_asmod/strategies/parse.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Demo strategy class for text/json."""
2+
23
# pylint: disable=no-self-use,unused-argument
34
from dataclasses import dataclass
45
from typing import TYPE_CHECKING, Optional

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Setup for OTE-API AtomScale MODels."""
2+
23
import re
34
from pathlib import Path
45

tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
33
More information on `invoke` can be found at http://www.pyinvoke.org/.
44
"""
5+
56
# pylint: disable=import-outside-toplevel,too-many-locals
67
import re
78
import sys

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Pytest fixtures for `strategies/`."""
2+
23
from pathlib import Path
34

45
import pytest

0 commit comments

Comments
 (0)