Skip to content

Commit ec0412e

Browse files
Merge pull request #146 from scikit-hep/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b038dc8 + 5efdc2b commit ec0412e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ repos:
2222
- id: trailing-whitespace
2323

2424
- repo: https://github.com/PyCQA/isort
25-
rev: 6.1.0
25+
rev: 7.0.0
2626
hooks:
2727
- id: isort
2828

2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v3.20.0
30+
rev: v3.21.0
3131
hooks:
3232
- id: pyupgrade
3333
args: ["--py36-plus"]
3434

3535
- repo: https://github.com/asottile/setup-cfg-fmt
36-
rev: v2.8.0
36+
rev: v3.1.0
3737
hooks:
3838
- id: setup-cfg-fmt
39-
args: [--include-version-classifiers, --min-py3-version=3.8, --max-py-version=3.12]
39+
args: [--include-version-classifiers, --min-py-version=3.8, --max-py-version=3.12]
4040

4141
- repo: https://github.com/pycqa/flake8
4242
rev: 7.3.0
@@ -59,7 +59,7 @@ repos:
5959

6060
- repo: https://github.com/astral-sh/ruff-pre-commit
6161
# Ruff version.
62-
rev: v0.13.3
62+
rev: v0.14.0
6363
hooks:
6464
# Run the linter.
6565
- id: ruff

0 commit comments

Comments
 (0)