Skip to content

Commit e4f28cc

Browse files
authored
Merge pull request #118 from NNPDF/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents f58dc31 + a4c85d4 commit e4f28cc

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
@@ -19,7 +19,7 @@ repos:
1919
- id: pycln
2020
args: [--config=pyproject.toml]
2121
- repo: https://github.com/psf/black-pre-commit-mirror
22-
rev: 25.9.0
22+
rev: 25.11.0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/asottile/blacken-docs
@@ -32,7 +32,7 @@ repos:
3232
- id: isort
3333
args: ["--profile", "black"]
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.21.0
35+
rev: v3.21.2
3636
hooks:
3737
- id: pyupgrade
3838
- repo: https://github.com/pycqa/pydocstyle
@@ -43,6 +43,6 @@ repos:
4343
additional_dependencies:
4444
- toml
4545
- repo: https://github.com/pre-commit/pre-commit
46-
rev: v4.3.0
46+
rev: v4.5.0
4747
hooks:
4848
- id: validate_manifest

0 commit comments

Comments
 (0)