python-dbusmock:pep517

Last commit made on 2023-08-03
Get this branch:
git clone -b pep517 https://git.launchpad.net/python-dbusmock

Branch merges

Branch information

Name:
pep517
Repository:
lp:python-dbusmock

Recent commits

c01c7f7... by Martin Pitt

packaging: Move spec to PyPA build

0c00f78... by Martin Pitt

Drop setup.{cfg,py} support

Only support pyproject.toml and PEP-517 build tools (PyPA build).

a1e345a... by Martin Pitt

Various fixes for RUF ruff rules

1f3245d... by Martin Pitt

Fix various flake8-bugbear issues

Ruff rule "B".

8c8e76f... by Martin Pitt

tests: Drop unnecessary shebangs

EXE001 Shebang is present but file is not executable

e9fcddf... by Martin Pitt

Avoid explicitly concatenated strings

Fixes ruff rules:

ISC002 Implicitly concatenated string literals over multiple
ISC003 Explicitly concatenated string should be implicitly concatenated

e6fb370... by Martin Pitt

Sort imports

Ruff "I" rule.

a78d01c... by Martin Pitt

tests: Add ruff

Start with an initial set of rules that pass.

6038934... by Martin Pitt

tests: Use proper set literal

Fixes ruff C405

cdb90e1... by Martin Pitt

Revert "workflows: Fix checkout tags"

This did not help.

This reverts commit cfd33af19379a2b126f9d4bcdc07cf60fc019f6f.