File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
2- select = [
2+ lint. select = [
33 " A" , # [https://pypi.org/project/flake8-builtins/]
44 " ARG" , # [https://pypi.org/project/flake8-unused-arguments/]
55 " ASYNC" , # [https://pypi.org/project/flake8-async/]
@@ -40,7 +40,7 @@ select = [
4040 " W" , # [https://pypi.org/project/pycodestyle/] warnings
4141 " YTT" , # [https://pypi.org/project/flake8-2020/]
4242]
43- ignore = [
43+ lint. ignore = [
4444 " E501" , # line too long, handled by black
4545 " S101" , # use of `assert` detected hanbled by pylance, does not support noseq
4646 " TID252" , # [*] Relative imports from parent modules are banned
@@ -50,7 +50,7 @@ ignore = [
5050target-version = " py311"
5151
5252
53- [per-file-ignores ]
53+ [lint . per-file-ignores ]
5454"**/{tests,pytest_simcore}/**" = [
5555 " T201" , # print found
5656 " ARG001" , # unused function argument
@@ -64,10 +64,10 @@ target-version = "py311"
6464 " FBT001" , # Boolean positional arg in function definition
6565]
6666
67- [flake8-pytest-style ]
67+ [lint . flake8-pytest-style ]
6868fixture-parentheses = false
6969parametrize-names-type = " csv"
7070
7171
72- [pylint ]
72+ [lint . pylint ]
7373max-args = 10
You can’t perform that action at this time.
0 commit comments