Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 7, 2024
1 parent 9f3d418 commit 4d0acde
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions oteapi_asmod/strategies/function.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Function strategy class for mapping ase.Atoms to dlite metadata."""

# pylint: disable=no-self-use,unused-argument
import pathlib
from dataclasses import dataclass
Expand Down
1 change: 1 addition & 0 deletions oteapi_asmod/strategies/parse.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Demo strategy class for text/json."""

# pylint: disable=no-self-use,unused-argument
from dataclasses import dataclass
from typing import TYPE_CHECKING, Optional
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Setup for OTE-API AtomScale MODels."""

import re
from pathlib import Path

Expand Down
1 change: 1 addition & 0 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
More information on `invoke` can be found at http://www.pyinvoke.org/.
"""

# pylint: disable=import-outside-toplevel,too-many-locals
import re
import sys
Expand Down
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Pytest fixtures for `strategies/`."""

from pathlib import Path

import pytest
Expand Down

0 comments on commit 4d0acde

Please # to comment.