Skip to content

Conversation

J4zzyfl4vor
Copy link

Closes #227

@J4zzyfl4vor J4zzyfl4vor mentioned this pull request Sep 29, 2025
@notatallshaw
Copy link
Member

PEP 8 is a PEP for contributing code to the standard library: https://peps.python.org/pep-0008/#introduction

This document gives coding conventions for the Python code comprising the standard library in the main Python distribution.

It is not a packaging PEP and does not need to be adhered by any project other than the standard library (and PEP 8 gives many reasons why you might not adhere to it's styling rules even in the standard library).

So it doesn't make sense to advise this for a sample project.

# due to using nox and pytest
.nox
.cache
.pre-commit-config.yaml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, this is wrong, if a project provides a .pre-commit-config.yaml it should be checked in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PEP8 WIP
2 participants