Skip to content

Commit

Permalink
Merge pull request #71 from phonopy/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
lan496 authored Jan 29, 2024
2 parents 6d0eaf7 + c66ec94 commit c77d449
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: end-of-file-fixer
# formatter
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
# linter
Expand Down
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 c77d449

Please sign in to comment.