tumbi-assembler/pungi/phases/pkgset
Timothée Ravier 2534ddee99 Fix minor Ruff/flake8 warnings
```
pungi/checks.py:575:17: F601 [*] Dictionary key literal `"type"` repeated
pungi/phases/pkgset/pkgsets.py:617:12: E721 Do not compare types, use `isinstance()`
tests/test_pkgset_source_koji.py:241:16: E721 Do not compare types, use `isinstance()`
tests/test_pkgset_source_koji.py:244:16: E721 Do not compare types, use `isinstance()`
tests/test_pkgset_source_koji.py:370:16: E721 Do not compare types, use `isinstance()`
tests/test_pkgset_source_koji.py:374:20: E721 Do not compare types, use `isinstance()`
```

Signed-off-by: Timothée Ravier <tim@siosm.fr>
2023-10-03 13:36:19 +00:00
..
sources kojiwrapper: Stop being smart about local access 2023-08-23 07:26:56 +00:00
__init__.py pkgset: Drop kobo.plugin usage from PkgsetSource 2021-01-27 15:55:21 +01:00
common.py Allow disabling inheriting ExcludeArch to noarch packages 2023-03-22 12:56:02 +00:00
pkgsets.py Fix minor Ruff/flake8 warnings 2023-10-03 13:36:19 +00:00
source.py pkgset: Drop kobo.plugin usage from PkgsetSource 2021-01-27 15:55:21 +01:00