Skip to content

Commit df3dbc8

Browse files
chore: [pre-commit.ci] pre-commit autoupdate (#200)
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.3...v0.14.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 403c367 commit df3dbc8

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
@@ -21,7 +21,7 @@ repos:
2121
exclude: ^src/skhep_testdata/data/.*\.lhe(\.gz)?$
2222

2323
- repo: https://github.com/psf/black-pre-commit-mirror
24-
rev: 25.9.0
24+
rev: 25.11.0
2525
hooks:
2626
- id: black
2727

@@ -32,7 +32,7 @@ repos:
3232
args: [--include-version-classifiers, --max-py-version=3.13]
3333

3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.18.2
35+
rev: v1.19.0
3636
hooks:
3737
- id: mypy
3838
files: src
@@ -42,7 +42,7 @@ repos:
4242
- types-requests
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.14.3"
45+
rev: "v0.14.7"
4646
hooks:
4747
- id: ruff
4848
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)