Skip to content

Commit b93085c

Browse files
[pre-commit.ci] pre-commit autoupdate (#404)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.0](astral-sh/ruff-pre-commit@v0.13.3...v0.14.0) * Update pyproject.toml * Update environment.yml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jan Janssen <jan-janssen@users.noreply.github.com>
1 parent b7e1edf commit b93085c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- coverage
88
- dscribe =2.1.2
99
- matplotlib-base =3.10.6
10-
- nglview =4.0
10+
- nglview =3.1.4
1111
- notebook
1212
- numpy =2.3.3
1313
- phonopy =2.43.2

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.13.3
3+
rev: v0.14.0
44
hooks:
55
- id: ruff
66
name: ruff lint

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ grainboundary = [
4343
"pymatgen==2025.6.14",
4444
]
4545
pyscal = ["pyscal3==3.3.0"]
46-
nglview = ["nglview==4.0"]
46+
nglview = ["nglview==3.1.4"]
4747
matplotlib = ["matplotlib==3.10.6"]
4848
plotly = ["plotly==6.3.1"]
4949
clusters = ["scikit-learn==1.7.2"]

0 commit comments

Comments
 (0)