Skip to content

Commit

Permalink
Merge pull request #291 from PyPSA/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
fneum authored May 2, 2023
2 parents 9e4f5f9 + fb3aeeb commit 13bf7db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:

# Make docstrings PEP 257 compliant
- repo: https://github.com/PyCQA/docformatter
rev: v1.6.3
rev: v1.6.4
hooks:
- id: docformatter
args: ['--in-place', '--make-summary-multi-line', '--pre-summary-newline']
Expand Down
2 changes: 1 addition & 1 deletion test/test_preparation_and_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def prepared_features_test(cutout):

def update_feature_test(cutout, red):
"""
atlite should be able to overwrite a feature.
Atlite should be able to overwrite a feature.
"""
red.data = cutout.data.drop_vars("influx_direct")
red.prepare("influx", overwrite=True)
Expand Down

0 comments on commit 13bf7db

Please sign in to comment.