Skip to content

Commit c3987dc

Browse files
committed
fixed ci
1 parent e0e7684 commit c3987dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+2-2
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

+1-1
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)