Skip to content

Commit 6f1694a

Browse files
authored
Merge pull request #131 from qutech/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 6e1f18b + 44cbc76 commit 6f1694a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ repos:
1515
- id: trailing-whitespace
1616
- id: end-of-file-fixer
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.19.1
18+
rev: v3.20.0
1919
hooks:
2020
- id: pyupgrade
2121
args: [--py39-plus]
2222
- repo: https://github.com/pycqa/isort
23-
rev: 5.13.2
23+
rev: 6.0.1
2424
hooks:
2525
- id: isort
2626
args: ["--profile", "black"]
2727
- repo: https://github.com/psf/black
28-
rev: 24.10.0
28+
rev: 25.1.0
2929
hooks:
3030
- id: black
3131
args: ["--line-length", "120"]
3232
- repo: https://github.com/pycqa/flake8
33-
rev: 7.1.1
33+
rev: 7.2.0
3434
hooks:
3535
- id: flake8

0 commit comments

Comments
 (0)