Skip to content

Commit

Permalink
Merge pull request #109 from florianjoerg/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
florianjoerg authored Aug 13, 2023
2 parents 14369b0 + 36d468e commit ffad461
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ repos:
- id: trailing-whitespace
types: [python]
- repo: https://github.com/asottile/pyupgrade
rev: v3.8.0
rev: v3.10.1
hooks:
- id: pyupgrade
args:
- --py39-plus
- --keep-runtime-typing
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.275
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.282
hooks:
- id: ruff
verbose: True
Expand Down
3 changes: 2 additions & 1 deletion protex/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class CustomPSFFile(PSFFile):
@staticmethod
def write(struct, dest, vmd=False):
"""
Writes a PSF file from the stored molecule
Writes a PSF file from the stored molecule.
Parameters
----------
struct : :class:`Structure`
Expand Down
2 changes: 2 additions & 0 deletions protex/reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def describeNextReport(self, simulation):
----------
simulation : Simulation
The Simulation to generate a report for
Returns
-------
tuple
Expand Down Expand Up @@ -123,6 +124,7 @@ def describeNextReport(self, simulation):
----------
simulation : Simulation
The Simulation to generate a report for
Returns
-------
tuple
Expand Down

0 comments on commit ffad461

Please sign in to comment.