Skip to content

Commit c0114f8

Browse files
[pre-commit.ci] pre-commit autoupdate (#571)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.0](adamchainz/blacken-docs@1.18.0...1.19.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 691c7fb commit c0114f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
language: python
99
files: \.py$
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.6.0
11+
rev: v5.0.0
1212
hooks:
1313
- id: trailing-whitespace
1414
- id: end-of-file-fixer
@@ -19,13 +19,13 @@ repos:
1919
hooks:
2020
- id: pyupgrade
2121
- repo: https://github.com/psf/black
22-
rev: 24.8.0
22+
rev: 24.10.0
2323
hooks:
2424
- id: black
2525
args: [--safe, --quiet]
2626
language_version: python3
2727
- repo: https://github.com/asottile/blacken-docs
28-
rev: 1.18.0
28+
rev: 1.19.0
2929
hooks:
3030
- id: blacken-docs
3131
additional_dependencies: [black==23.1.0]

0 commit comments

Comments
 (0)