Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

find settings for Python lint tools compatible with source code examples #162

Open
gvwilson opened this issue Jul 13, 2023 · 0 comments
Open
Labels
in-tooling Infrastructure to-change Change something
Milestone

Comments

@gvwilson
Copy link
Owner

  1. Most of the Python files in ./src/*/*.py fail to pass flake8, isort, and black checks (run make style in the root directory to see).
  2. Most of these formatting "errors" are deliberate to make code denser or to enable slicing for presentation.
  3. Modify the settings in ./Makefile and/or ./setup.cfg to accept the code as-is without breaking checks for ./lib/mccole/bin/*.py and ./lib/mccole/extensions/*.py (the tools used to build the book, which aren't included in the book and so can be formatted normally).
@gvwilson gvwilson added to-change Change something in-tooling Infrastructure labels Jul 13, 2023
@gvwilson gvwilson self-assigned this Jul 29, 2023
@gvwilson gvwilson added this to the version_2 milestone Aug 18, 2023
@gvwilson gvwilson removed their assignment Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in-tooling Infrastructure to-change Change something
Projects
None yet
Development

No branches or pull requests

1 participant