diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:03:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:03:18 +0000 |
commit | f2621414ee5f2f601424c22f00e207903e3b6104 (patch) | |
tree | 56a856dafd1ca684bb23263cacaa723ee4f404fc /test/setup.cfg | |
parent | Adding debian version 1:2.11-8. (diff) | |
download | bash-completion-f2621414ee5f2f601424c22f00e207903e3b6104.tar.xz bash-completion-f2621414ee5f2f601424c22f00e207903e3b6104.zip |
Merging upstream version 1:2.12.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/setup.cfg')
-rw-r--r-- | test/setup.cfg | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/test/setup.cfg b/test/setup.cfg index 6abd7d3..a377a59 100644 --- a/test/setup.cfg +++ b/test/setup.cfg @@ -5,14 +5,7 @@ markers = complete [mypy] -python_version = 3.4 -ignore_missing_imports = true - -[isort] -known_first_party = conftest -known_third_party = pexpect,pytest -profile = black -line_length = 79 - -[flake8] -extend-ignore = D202,E203,E501 +python_version = 3.6 +mypy_path = $MYPY_CONFIG_FILE_DIR/t +show_error_codes = true +enable_error_code = ignore-without-code,redundant-self,truthy-iterable |