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 b1d8dc7 commit 6d826c1Copy full SHA for 6d826c1
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.6.0
+ rev: v5.0.0
6
hooks:
7
- id: requirements-txt-fixer
8
- id: check-merge-conflict
@@ -12,16 +12,16 @@ repos:
12
13
- id: isort
14
- repo: https://github.com/asottile/pyupgrade
15
- rev: v3.17.0
+ rev: v3.18.0
16
17
- id: pyupgrade
18
args: [--py37-plus]
19
- repo: https://github.com/psf/black
20
- rev: 24.8.0
+ rev: 24.10.0
21
22
- id: black
23
- repo: https://github.com/asottile/blacken-docs
24
- rev: 1.18.0
+ rev: 1.19.0
25
26
- id: blacken-docs
27
- repo: meta
0 commit comments