Skip to content

Tags: PyCQA/doc8

Tags

v1.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
gha: fix urls for reusable workflows (#163)

v1.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: update action version (#126)

Refs: #124

Since the workflow only triggers on published release, this code won't be exercised until the next release.

v1.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove support for py37 and enable support for py312 (#122)

Remove support for py37 and enable support for py312

v1.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Address some deprecation warnings (#103)

0.11.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Normalize arguments loaded from pyproject.toml (#75) (#85)

Co-authored-by: Sorin Sbarnea <ssbarnea@redhat.com>

0.11.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use tomli to read .toml files (#81)

0.11.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump pre-commit hooks (#79)

0.10.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Repair packaging (#73)

0.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable pylint (#70)

0.9.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Clarify pyproject.toml configuration (#63)

Add info on the assumed configuration section and the fact that the `toml` library needs to be installed.

Co-authored-by: Sorin Sbarnea <ssbarnea@redhat.com>