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 21f7015 commit 92a90e2Copy full SHA for 92a90e2
.pre-commit-config.yaml
@@ -2,15 +2,15 @@
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.1.0
+ rev: v4.3.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
9
- id: check-yaml
10
- id: check-added-large-files
11
12
- repo: https://github.com/psf/black
13
- rev: "21.12b0"
+ rev: "22.6.0"
14
15
- id: black
16
@@ -25,11 +25,11 @@ repos:
25
- id: flake8
26
27
- repo: https://github.com/asottile/pyupgrade
28
- rev: "v2.31.0"
+ rev: "v2.37.1"
29
30
- id: pyupgrade
31
32
- repo: https://github.com/PyCQA/doc8
33
- rev: "0.10.1"
+ rev: "0.11.2"
34
35
- id: doc8
0 commit comments