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 70836b4 commit a07751eCopy full SHA for a07751e
.pre-commit-config.yaml
@@ -3,26 +3,26 @@ default_language_version:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.6.0
+ rev: v5.0.0
7
hooks:
8
- id: end-of-file-fixer
9
- id: trailing-whitespace
10
- id: check-case-conflict
11
- id: check-merge-conflict
12
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v3.17.0
+ rev: v3.18.0
15
16
- id: pyupgrade
17
args: [--py310-plus]
18
19
- repo: https://github.com/psf/black
20
- rev: 24.8.0
+ rev: 24.10.0
21
22
- id: black
23
24
- repo: https://github.com/asottile/blacken-docs
25
- rev: 1.18.0
+ rev: 1.19.0
26
27
- id: blacken-docs
28
additional_dependencies:
0 commit comments