Skip to content

Commit 3d23a37

Browse files
authored
Merge pull request #86 from OpenFreeEnergy/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 0b4ad7e + d620daf commit 3d23a37

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ repos:
1212
- id: check-executables-have-shebangs
1313
- id: check-json
1414
- repo: https://github.com/psf/black-pre-commit-mirror
15-
rev: 25.12.0
15+
rev: 26.3.1
1616
hooks:
1717
- id: black
1818
files: ^openfe_gromacs
1919
- repo: https://github.com/PyCQA/isort
20-
rev: 7.0.0
20+
rev: 8.0.1
2121
hooks:
2222
- id: isort
2323
files: ^openfe_gromacs

openfe_gromacs/protocols/gromacs_md/md_methods.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
simulation using OpenMM tools and Gromacs.
99
1010
"""
11+
1112
from __future__ import annotations
1213

1314
import logging

openfe_gromacs/protocols/gromacs_md/md_settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
:class:`openfe_gromacs.protocols.gromacs_md.md_methods.py`
88
99
"""
10+
1011
from typing import Literal, Optional
1112

1213
from gufe.settings import OpenMMSystemGeneratorFFSettings, SettingsBaseModel

0 commit comments

Comments
 (0)