We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6a13f commit a48c126Copy full SHA for a48c126
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v3.4.0
+ rev: v4.4.0
7
hooks:
8
- id: trailing-whitespace
9
@@ -16,26 +16,26 @@ repos:
16
stages: [commit, push]
17
18
- repo: https://github.com/pycqa/isort
19
- rev: 5.8.0
+ rev: v5.11.3
20
21
- id: isort
22
name: isort (python)
23
24
- repo: https://github.com/pre-commit/mirrors-yapf
25
- rev: v0.31.0
+ rev: v0.32.0
26
27
- id: yapf
28
args: [--parallel, --in-place]
29
additional_dependencies:
30
- toml
31
32
- repo: https://github.com/PyCQA/flake8
33
- rev: 3.9.1
+ rev: 6.0.0
34
35
- id: flake8
36
37
- repo: https://github.com/pycqa/pydocstyle
38
- rev: 6.0.0
+ rev: 6.1.1
39
40
- id: pydocstyle
41
0 commit comments