We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691c7fb commit c0114f8Copy full SHA for c0114f8
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
language: python
9
files: \.py$
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v4.6.0
+ rev: v5.0.0
12
hooks:
13
- id: trailing-whitespace
14
- id: end-of-file-fixer
@@ -19,13 +19,13 @@ repos:
19
20
- id: pyupgrade
21
- repo: https://github.com/psf/black
22
- rev: 24.8.0
+ rev: 24.10.0
23
24
- id: black
25
args: [--safe, --quiet]
26
language_version: python3
27
- repo: https://github.com/asottile/blacken-docs
28
- rev: 1.18.0
+ rev: 1.19.0
29
30
- id: blacken-docs
31
additional_dependencies: [black==23.1.0]
0 commit comments