Skip to content

Commit 71083e5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.21.2](asottile/pyupgrade@v3.3.1...v3.21.2) - [github.com/PyCQA/isort: 5.12.0 → 9.0.1](PyCQA/isort@5.12.0...9.0.1) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.1.0 → 26.5.1](psf/black-pre-commit-mirror@23.1.0...26.5.1) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v3.2.0](asottile/setup-cfg-fmt@v2.2.0...v3.2.0)
1 parent 37dedd6 commit 71083e5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-case-conflict
66
- id: check-merge-conflict
@@ -12,25 +12,25 @@ repos:
1212
- id: trailing-whitespace
1313

1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v3.3.1
15+
rev: v3.21.2
1616
hooks:
1717
- id: pyupgrade
1818
name: PyUpgrade 3.6+
1919
args: ["--py36-plus"]
2020
exclude: ^bin/
2121

2222
- repo: https://github.com/PyCQA/isort
23-
rev: 5.12.0
23+
rev: 9.0.1
2424
hooks:
2525
- id: isort
2626
args: [--profile, black]
2727

28-
- repo: https://github.com/psf/black
29-
rev: 23.1.0
28+
- repo: https://github.com/psf/black-pre-commit-mirror
29+
rev: 26.5.1
3030
hooks:
3131
- id: black
3232

3333
- repo: https://github.com/asottile/setup-cfg-fmt
34-
rev: v2.2.0
34+
rev: v3.2.0
3535
hooks:
3636
- id: setup-cfg-fmt

0 commit comments

Comments
 (0)