Skip to content

Commit 05b691b

Browse files
authored
Merge pull request #440 from jmmshn/jmmshn/fix_ci
[BUGFIX] Ran pre-commit so checks pass
2 parents e0e7684 + c3987dc commit 05b691b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ci:
22
autoupdate_schedule: quarterly
33

4-
default_stages: [commit]
4+
default_stages: [pre-commit]
55

66
default_install_hook_types: [pre-commit, commit-msg]
77

@@ -36,7 +36,7 @@ repos:
3636
rev: v2.3.0
3737
hooks:
3838
- id: codespell
39-
stages: [commit, commit-msg]
39+
stages: [pre-commit, commit-msg]
4040
args: [--ignore-words-list, "nd,te,ois,dscribe", --check-filenames]
4141

4242
- repo: https://github.com/kynan/nbstripout

crystal_toolkit/components/localenv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
LightStructureEnvironments,
2222
)
2323
from pymatgen.analysis.graphs import MoleculeGraph, StructureGraph
24-
from pymatgen.analysis.local_env import LocalStructOrderParams, CN_OPT_PARAMS
24+
from pymatgen.analysis.local_env import CN_OPT_PARAMS, LocalStructOrderParams
2525
from pymatgen.core import Molecule, Structure
2626
from pymatgen.ext.matproj import MPRester
2727
from pymatgen.io.ase import AseAtomsAdaptor

0 commit comments

Comments
 (0)