Skip to content

Commit

Permalink
Merge pull request #440 from jmmshn/jmmshn/fix_ci
Browse files Browse the repository at this point in the history
[BUGFIX] Ran pre-commit so checks pass
  • Loading branch information
jmmshn authored Jan 2, 2025
2 parents e0e7684 + c3987dc commit 05b691b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ci:
autoupdate_schedule: quarterly

default_stages: [commit]
default_stages: [pre-commit]

default_install_hook_types: [pre-commit, commit-msg]

Expand Down Expand Up @@ -36,7 +36,7 @@ repos:
rev: v2.3.0
hooks:
- id: codespell
stages: [commit, commit-msg]
stages: [pre-commit, commit-msg]
args: [--ignore-words-list, "nd,te,ois,dscribe", --check-filenames]

- repo: https://github.com/kynan/nbstripout
Expand Down
2 changes: 1 addition & 1 deletion crystal_toolkit/components/localenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
LightStructureEnvironments,
)
from pymatgen.analysis.graphs import MoleculeGraph, StructureGraph
from pymatgen.analysis.local_env import LocalStructOrderParams, CN_OPT_PARAMS
from pymatgen.analysis.local_env import CN_OPT_PARAMS, LocalStructOrderParams
from pymatgen.core import Molecule, Structure
from pymatgen.ext.matproj import MPRester
from pymatgen.io.ase import AseAtomsAdaptor
Expand Down

0 comments on commit 05b691b

Please sign in to comment.