Skip to content

Commit 641a8a2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v5.0.0](pre-commit/pre-commit-hooks@v4.0.1...v5.0.0) - [github.com/asottile/pyupgrade: v2.29.0 → v3.18.0](asottile/pyupgrade@v2.29.0...v3.18.0) - [github.com/psf/black: 21.10b0 → 24.10.0](psf/black@21.10b0...24.10.0) - [github.com/asottile/blacken-docs: v1.11.0 → 1.19.0](adamchainz/blacken-docs@v1.11.0...1.19.0) - [github.com/pycqa/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2) - [github.com/PyCQA/flake8: 4.0.1 → 7.1.1](PyCQA/flake8@4.0.1...7.1.1)
1 parent 715ff38 commit 641a8a2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.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.0.1
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -11,27 +11,27 @@ repos:
1111
- id: end-of-file-fixer
1212
- id: trailing-whitespace
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v2.29.0
14+
rev: v3.18.0
1515
hooks:
1616
- id: pyupgrade
1717
args: [--py36-plus]
1818
- repo: https://github.com/psf/black
19-
rev: 21.10b0
19+
rev: 24.10.0
2020
hooks:
2121
- id: black
2222
- repo: https://github.com/asottile/blacken-docs
23-
rev: v1.11.0
23+
rev: 1.19.0
2424
hooks:
2525
- id: blacken-docs
2626
additional_dependencies:
2727
- black==21.9b0
2828
- repo: https://github.com/pycqa/isort
29-
rev: 5.10.1
29+
rev: 5.13.2
3030
hooks:
3131
- id: isort
3232
args: ["--profile", "black"]
3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 4.0.1
34+
rev: 7.1.1
3535
hooks:
3636
- id: flake8
3737
additional_dependencies:

0 commit comments

Comments
 (0)