We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16944a commit 62fc903Copy full SHA for 62fc903
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.3.0
+ rev: v4.4.0
8
hooks:
9
- id: trailing-whitespace
10
- id: end-of-file-fixer
@@ -14,20 +14,20 @@ repos:
14
- id: double-quote-string-fixer
15
16
- repo: https://github.com/PyCQA/flake8
17
- rev: 5.0.4
+ rev: 6.0.0
18
19
- id: flake8
20
- repo: https://github.com/asottile/seed-isort-config
21
rev: v2.2.0
22
23
- id: seed-isort-config
24
- repo: https://github.com/PyCQA/isort
25
- rev: 5.10.1
+ rev: 5.11.4
26
27
- id: isort
28
29
- repo: https://github.com/psf/black
30
- rev: 22.8.0
+ rev: 22.12.0
31
32
- id: black
33
args: ["--line-length", "100", "--skip-string-normalization"]
0 commit comments