diff options
author | krock21 <krock21@yandex-team.ru> | 2022-02-10 16:46:02 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:02 +0300 |
commit | 4aae166b5d23fd02653919f43e2015cd636fa6fd (patch) | |
tree | 70e52225c1ede3476f358bc4699197ace987d46d /build/config/tests/flake8 | |
parent | 9ab30620977aa96ae9e9da959e2f7e1370cb796d (diff) | |
download | ydb-4aae166b5d23fd02653919f43e2015cd636fa6fd.tar.gz |
Restoring authorship annotation for <krock21@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/config/tests/flake8')
-rw-r--r-- | build/config/tests/flake8/flake8.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/config/tests/flake8/flake8.conf b/build/config/tests/flake8/flake8.conf index 8af22b5d4d..7ff9fe014a 100644 --- a/build/config/tests/flake8/flake8.conf +++ b/build/config/tests/flake8/flake8.conf @@ -12,20 +12,20 @@ select = ignore = E122, # continuation line missing indentation or outdented - E123, # closing bracket does not match indentation of opening bracket's line + E123, # closing bracket does not match indentation of opening bracket's line E127, # continuation line over-indented for visual indent E131, # continuation line unaligned for hanging - E203, # whitespace before ':' + E203, # whitespace before ':' E225, # missing whitespace around operator E226, # missing whitespace around arithmetic operator - E24, # multiple spaces after ',' or tab after ',' + E24, # multiple spaces after ',' or tab after ',' E275, # missing whitespace after keyword E305, # expected 2 blank lines after end of function or class E306, # expected 1 blank line before a nested definition E402, # module level import not at top of file E722, # do not use bare except, specify exception instead E731, # do not assign a lambda expression, use a def - E741, # do not use variables named 'l', 'O', or 'I' + E741, # do not use variables named 'l', 'O', or 'I' F722, # syntax error in forward annotation |