Skip to content

Commit

Permalink
Merge pull request #64 from cmelab/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
chrisjonesBSU committed Jan 29, 2024
2 parents 62b7d93 + 9154bbf commit d6645e7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.12.0
rev: 24.1.1
hooks:
- id: black
args: [--line-length=80]
Expand Down
1 change: 1 addition & 0 deletions grits/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""GRiTS: A coarse-grain toolkit using chemical grammars."""

from importlib.metadata import PackageNotFoundError, version

from . import utils
Expand Down
1 change: 1 addition & 0 deletions grits/coarsegrain.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""GRiTS: Coarse-graining tools."""

import json
import os
import tempfile
Expand Down
1 change: 1 addition & 0 deletions grits/finegrain.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""GRiTS: Fine-graining tools."""

__all__ = ["backmap"]

import itertools as it
Expand Down
1 change: 1 addition & 0 deletions grits/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Utility functions for GRiTS."""

import json
import re
import warnings
Expand Down

0 comments on commit d6645e7

Please sign in to comment.