Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 96e06af

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.1 → v3.18.0](asottile/pyupgrade@v2.29.1...v3.18.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v2.6.0 → v3.14.0](asottile/reorder-python-imports@v2.6.0...v3.14.0) - [github.com/psf/black: 21.12b0 → 24.10.0](psf/black@21.12b0...24.10.0) - [github.com/asottile/blacken-docs: v1.12.0 → 1.19.0](adamchainz/blacken-docs@v1.12.0...1.19.0) - [github.com/PyCQA/flake8: 4.0.1 → 7.1.1](PyCQA/flake8@4.0.1...7.1.1)
1 parent d5be68d commit 96e06af

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: bin/
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.0.1
5+
rev: v5.0.0
66
hooks:
77
- id: check-added-large-files
88
args: ['--maxkb=100']
@@ -12,25 +12,25 @@ repos:
1212
- id: debug-statements
1313
- id: end-of-file-fixer
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v2.29.1
15+
rev: v3.18.0
1616
hooks:
1717
- id: pyupgrade
1818
args: [--py36-plus]
19-
- repo: https://github.com/asottile/reorder_python_imports
20-
rev: v2.6.0
19+
- repo: https://github.com/asottile/reorder-python-imports
20+
rev: v3.14.0
2121
hooks:
2222
- id: reorder-python-imports
2323
- repo: https://github.com/psf/black
24-
rev: 21.12b0
24+
rev: 24.10.0
2525
hooks:
2626
- id: black
2727
- repo: https://github.com/asottile/blacken-docs
28-
rev: v1.12.0
28+
rev: 1.19.0
2929
hooks:
3030
- id: blacken-docs
3131
additional_dependencies: [black==19.10b0]
3232
- repo: https://github.com/PyCQA/flake8
33-
rev: 4.0.1
33+
rev: 7.1.1
3434
hooks:
3535
- id: flake8
3636
types: [python]

0 commit comments

Comments
 (0)