File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 3
3
rev : 3.8.3
4
4
hooks :
5
5
- id : flake8
6
- - repo : https://github.com/asottile/seed-isort-config
7
- rev : v2.2.0
8
- hooks :
9
- - id : seed-isort-config
10
- - repo : https://github.com/timothycrosley/isort
11
- rev : 4.3.21
6
+ - repo : https://github.com/PyCQA/isort
7
+ rev : 5.10.1
12
8
hooks :
13
9
- id : isort
14
10
- repo : https://github.com/pre-commit/mirrors-yapf
Original file line number Diff line number Diff line change 1
1
[isort]
2
2
line_length = 79
3
3
multi_line_output = 0
4
- known_standard_library = setuptools
4
+ extra_standard_library = setuptools
5
5
known_first_party = mmengine
6
- known_third_party = yaml
6
+ known_third_party = pytest, yaml
7
7
no_lines_before = STDLIB,LOCALFOLDER
8
8
default_section = THIRDPARTY
9
9
@@ -13,6 +13,4 @@ BLANK_LINE_BEFORE_NESTED_CLASS_OR_DEF = true
13
13
SPLIT_BEFORE_EXPRESSION_AFTER_OPENING_PAREN = true
14
14
15
15
[codespell]
16
- skip = *.ipynb
17
- quiet-level = 3
18
16
ignore-words-list = nd
You can’t perform that action at this time.
0 commit comments