Skip to content

Commit 2220270

Browse files
Merge pull request #32 from QuantumChemist/pre-commit-ci-update-config
pre-commit autoupdate
2 parents 60f5bbb + 9608e12 commit 2220270

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
@@ -10,7 +10,7 @@ default_language_version:
1010
python: python3
1111
repos:
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.14.3
13+
rev: v0.14.7
1414
hooks:
1515
- id: ruff
1616
args: [--fix]
@@ -21,12 +21,12 @@ repos:
2121
- id: end-of-file-fixer
2222
- id: trailing-whitespace
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.21.0
24+
rev: v3.21.2
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py38-plus]
2828
- repo: https://github.com/psf/black-pre-commit-mirror
29-
rev: 25.9.0
29+
rev: 25.11.0
3030
hooks:
3131
- id: black
3232
exclude: ^.deprecated/

0 commit comments

Comments
 (0)