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 Mar 13, 2024
1 parent 32d0ba9 commit f7a1aed
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions tasks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tasks to release the package."""

import os
import shutil

Expand Down
1 change: 1 addition & 0 deletions ubermagutil/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Utilities used across Ubermag."""

import importlib.metadata

import pytest
Expand Down
1 change: 1 addition & 0 deletions ubermagutil/basic_logging.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Setup basic logging for all ubermag packages."""

import logging


Expand Down
1 change: 1 addition & 0 deletions ubermagutil/tools.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Additional tools."""

import contextlib
import os

Expand Down
1 change: 1 addition & 0 deletions ubermagutil/typesystem/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Typesystem utility."""

from .descriptors import (
Descriptor,
Dictionary,
Expand Down
1 change: 1 addition & 0 deletions ubermagutil/units/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
"""SI multiplier utility."""

from .units import rsi_prefixes, si_max_multiplier, si_multiplier, si_prefixes
1 change: 1 addition & 0 deletions ubermagutil/units/units.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""SI multiplier utility."""

import collections

si_prefixes = collections.OrderedDict(
Expand Down

0 comments on commit f7a1aed

Please sign in to comment.