Skip to content

Commit

Permalink
Merge pull request #297 from primap-community/pre-commit-ci-update-co…
Browse files Browse the repository at this point in the history
…nfig
  • Loading branch information
mikapfl authored Nov 26, 2024
2 parents dad301b + 8e47fe0 commit 09060da
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: detect-private-key
- id: mixed-line-ending
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.7.4'
rev: 'v0.8.0'
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
Expand Down
8 changes: 4 additions & 4 deletions primap2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
)

__all__ = [
"Not",
"ProcessingStepDescription",
"TimeseriesProcessingDescription",
"accessors",
"open_dataset",
"ureg",
"pm2io",
"ProcessingStepDescription",
"TimeseriesProcessingDescription",
"Not",
"ureg",
]
6 changes: 3 additions & 3 deletions primap2/csg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
from ._strategies.substitution import SubstitutionStrategy

__all__ = [
"compose",
"GlobalLSStrategy",
"PriorityDefinition",
"StrategyDefinition",
"SubstitutionStrategy",
"StrategyUnableToProcess",
"GlobalLSStrategy",
"SubstitutionStrategy",
"compose",
]
8 changes: 4 additions & 4 deletions primap2/pm2io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
)

__all__ = [
"read_long_csv_file_if",
"read_wide_csv_file_if",
"convert_long_dataframe_if",
"convert_wide_dataframe_if",
"from_interchange_format",
"nir_add_unit_information",
"nir_convert_df_to_long",
"read_interchange_format",
"read_long_csv_file_if",
"read_wide_csv_file_if",
"write_interchange_format",
"nir_convert_df_to_long",
"nir_add_unit_information",
]

0 comments on commit 09060da

Please sign in to comment.