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 Jan 29, 2024
1 parent 48ae993 commit c66ec94
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/spgrep_modulation/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Modulation analysis with irreps and isotropy subgroups."""

from importlib.metadata import PackageNotFoundError, version

# https://github.com/pypa/setuptools_scm/#retrieving-package-version-at-runtime
Expand Down
1 change: 1 addition & 0 deletions src/spgrep_modulation/irreps.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Irreps for phonon."""

from __future__ import annotations

from typing import Literal
Expand Down
1 change: 1 addition & 0 deletions src/spgrep_modulation/isotropy.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Isotropy subgroup of space group."""

from __future__ import annotations

from fractions import Fraction
Expand Down
1 change: 1 addition & 0 deletions src/spgrep_modulation/modulation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Modulation class."""

from __future__ import annotations

from warnings import warn
Expand Down
1 change: 1 addition & 0 deletions src/spgrep_modulation/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Utility functions."""

from __future__ import annotations

from fractions import Fraction
Expand Down
1 change: 1 addition & 0 deletions src/spgrep_modulation/visualize.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Utilities for visualization in notebook."""

from __future__ import annotations

import math
Expand Down

0 comments on commit c66ec94

Please sign in to comment.