File tree Expand file tree Collapse file tree 2 files changed +24
-6
lines changed Expand file tree Collapse file tree 2 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 11
11
# for error classes selected below.
12
12
13
13
[flake8]
14
- max-line-length = 80
14
+ max-line-length = 88
15
15
select = C,E,F,W,B,B950
16
16
ignore = E501, W503
Original file line number Diff line number Diff line change 3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.1 .0
6
+ rev : v4.3 .0
7
7
hooks :
8
- - id : check-yaml
9
- - id : end-of-file-fixer
10
8
- id : trailing-whitespace
9
+ - id : end-of-file-fixer
10
+ - id : debug-statements
11
+ - id : check-ast
12
+ - id : mixed-line-ending
13
+ - id : check-yaml
14
+ args : [--allow-multiple-documents]
15
+ - id : check-json
16
+ - id : check-toml
17
+ - id : check-added-large-files
11
18
- repo : https://github.com/psf/black
12
- rev : 22.3 .0
19
+ rev : 22.6 .0
13
20
hooks :
14
21
- id : black
15
22
- repo : https://gitlab.com/pycqa/flake8
16
- rev : 3.8 .4
23
+ rev : 5.0 .4
17
24
hooks :
18
25
- id : flake8
19
26
pass_filenames : true
20
27
- repo : https://github.com/pycqa/isort
21
28
rev : 5.10.1
22
29
hooks :
23
30
- id : isort
31
+ - repo : https://github.com/asottile/pyupgrade
32
+ rev : v2.37.3
33
+ hooks :
34
+ - id : pyupgrade
35
+ args : [--py38-plus]
36
+ - repo : https://github.com/pre-commit/mirrors-prettier
37
+ rev : v2.7.1
38
+ hooks :
39
+ - id : prettier
40
+ files : \.(html|md|yml|yaml)
41
+ args : [--prose-wrap=preserve]
You can’t perform that action at this time.
0 commit comments