Skip to content

Commit 818386d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.19.0](asottile/pyupgrade@v3.3.1...v3.19.0) - [github.com/pycqa/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 22.12.0 → 24.10.0](psf/black@22.12.0...24.10.0) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.7.0](asottile/setup-cfg-fmt@v2.2.0...v2.7.0)
1 parent 0a1780c commit 818386d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
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: v5.0.0
44
hooks:
55
- id: check-case-conflict
66
- id: check-merge-conflict
@@ -12,30 +12,30 @@ repos:
1212
- id: trailing-whitespace
1313

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

2222
- repo: https://github.com/pycqa/flake8
23-
rev: 6.0.0
23+
rev: 7.1.1
2424
hooks:
2525
- id: flake8
2626

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

3333
- repo: https://github.com/psf/black
34-
rev: 22.12.0
34+
rev: 24.10.0
3535
hooks:
3636
- id: black
3737

3838
- repo: https://github.com/asottile/setup-cfg-fmt
39-
rev: v2.2.0
39+
rev: v2.7.0
4040
hooks:
4141
- id: setup-cfg-fmt

0 commit comments

Comments
 (0)