Skip to content

Commit 2e5b5f4

Browse files
[pre-commit.ci] pre-commit autoupdate (#427)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.6...v0.14.7) * Update pyproject.toml * Update environment.yml * Update environment_mini.yml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jan Janssen <[email protected]>
1 parent db0208d commit 2e5b5f4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ dependencies:
1818
- scipy =1.16.3
1919
- spglib =2.6.0
2020
- sqsgenerator =0.3
21-
- hatchling =1.28.0
21+
- hatchling =1.27.0
2222
- hatch-vcs =0.5.0

.ci_support/environment_mini.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ dependencies:
55
- coverage
66
- numpy =2.3.5
77
- scipy =1.16.3
8-
- hatchling =1.28.0
8+
- hatchling =1.27.0
99
- hatch-vcs =0.5.0

.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.14.6
3+
rev: v0.14.7
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
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["ase", "numpy", "scipy", "hatchling==1.28.0", "hatch-vcs==0.5.0"]
2+
requires = ["ase", "numpy", "scipy", "hatchling==1.27.0", "hatch-vcs==0.5.0"]
33
build-backend = "hatchling.build"
44

55
[project]

0 commit comments

Comments
 (0)