Skip to content

Commit fa22117

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/flake8: 6.0.0 → 7.3.0](PyCQA/flake8@6.0.0...7.3.0) - [github.com/PyCQA/isort: 5.12.0 → 7.0.0](PyCQA/isort@5.12.0...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.1.0 → 25.11.0](psf/black-pre-commit-mirror@23.1.0...25.11.0) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v3.1.0](asottile/setup-cfg-fmt@v2.2.0...v3.1.0)
1 parent eb50e38 commit fa22117

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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,31 +12,31 @@ 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/flake8
23-
rev: 6.0.0
23+
rev: 7.3.0
2424
hooks:
2525
- id: flake8
2626

2727
- repo: https://github.com/PyCQA/isort
28-
rev: 5.12.0
28+
rev: 7.0.0
2929
hooks:
3030
- id: isort
3131
args: [--profile, black]
3232

33-
- repo: https://github.com/psf/black
34-
rev: 23.1.0
33+
- repo: https://github.com/psf/black-pre-commit-mirror
34+
rev: 25.11.0
3535
hooks:
3636
- id: black
3737

3838
- repo: https://github.com/asottile/setup-cfg-fmt
39-
rev: v2.2.0
39+
rev: v3.1.0
4040
hooks:
4141
- id: setup-cfg-fmt
4242
args: ["--min-py3-version", "3.6"]

0 commit comments

Comments
 (0)