Skip to content

Tags: PyCQA/doc8

Tags

v1.1.2

Toggle v1.1.2's commit message

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

Toggle v1.1.1's commit message

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

Toggle v1.1.0's commit message

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

Toggle v1.0.0's commit message

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

Toggle 0.11.2's commit message

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 <[email protected]>

0.11.1

Toggle 0.11.1's commit message

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

Toggle 0.11.0's commit message

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

Toggle 0.10.1's commit message

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

Toggle 0.10.0's commit message

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

Toggle 0.9.1's commit message

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 <[email protected]>