Skip to content

Commit e3234a0

Browse files
authored
Merge pull request #480 from NNPDF/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 24b08f3 + dbf4e73 commit e3234a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: pycln
2121
args: [--config=pyproject.toml]
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.14.3
23+
rev: v0.14.7
2424
hooks:
2525
# Run the linter.
2626
- id: ruff
@@ -31,7 +31,7 @@ repos:
3131
# Run the formatter.
3232
- id: ruff-format
3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.18.2
34+
rev: v1.19.0
3535
hooks:
3636
- id: mypy
3737
additional_dependencies: [types-PyYAML]
@@ -54,6 +54,6 @@ repos:
5454
types: [file, rust]
5555
language: system
5656
- repo: https://github.com/pre-commit/pre-commit
57-
rev: v4.3.0
57+
rev: v4.5.0
5858
hooks:
5959
- id: validate_manifest

0 commit comments

Comments
 (0)