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 Nov 20, 2024
1 parent e5768f6 commit 87db76d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/aiida/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
# Initialize the configuration directory settings
AiiDAConfigPathResolver.set_configuration_directory()


def get_strict_version():
"""Return a distutils StrictVersion instance with the current distribution version
Expand Down
1 change: 0 additions & 1 deletion tests/manage/test_caching_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def test_merge_deprecated_yaml(tmp_path):
from aiida.manage.configuration import get_config_option, load_profile
from aiida.manage.configuration.settings import AiiDAConfigPathResolver


# Store the current configuration instance and config directory path
current_config = configuration.CONFIG
current_config_path = pathlib.Path(current_config.dirpath)
Expand Down

0 comments on commit 87db76d

Please sign in to comment.