Skip to content

Commit 0fc142e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.3.0...v5.0.0) - [github.com/asottile/pyupgrade: v2.37.3 → v3.19.1](asottile/pyupgrade@v2.37.3...v3.19.1) - [github.com/psf/black: 22.6.0 → 25.1.0](psf/black@22.6.0...25.1.0) - [github.com/PyCQA/isort: 5.10.1 → 6.0.0](PyCQA/isort@5.10.1...6.0.0) - [github.com/PyCQA/flake8: 5.0.4 → 7.1.1](PyCQA/flake8@5.0.4...7.1.1)
1 parent 19adc76 commit 0fc142e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
exclude: "^docs/|/migrations/"
2-
default_stages: [commit]
2+
default_stages: [pre-commit]
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.3.0
6+
rev: v5.0.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
1010
- id: check-yaml
1111

1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.37.3
13+
rev: v3.19.1
1414
hooks:
1515
- id: pyupgrade
1616
args: [--py39-plus]
1717

1818
- repo: https://github.com/psf/black
19-
rev: 22.6.0
19+
rev: 25.1.0
2020
hooks:
2121
- id: black
2222

2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.10.1
24+
rev: 6.0.0
2525
hooks:
2626
- id: isort
2727

2828
- repo: https://github.com/PyCQA/flake8
29-
rev: 5.0.4
29+
rev: 7.1.1
3030
hooks:
3131
- id: flake8
3232
args: ["--config=setup.cfg"]

0 commit comments

Comments
 (0)