Skip to content

Add linting and static checks#157

Open
johscheuer wants to merge 3 commits into
FoundationDB:mainfrom
johscheuer:add-linting-and-static-checks
Open

Add linting and static checks#157
johscheuer wants to merge 3 commits into
FoundationDB:mainfrom
johscheuer:add-linting-and-static-checks

Conversation

@johscheuer

Copy link
Copy Markdown
Member

I'll enable pylint in another PR as this would require some more changes to the Python code. All code changes are coming from black.

@johscheuer johscheuer requested review from ploxiln and saintstack June 19, 2026 06:39
@ploxiln

ploxiln commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

For what it's worth, my 2c, I prefer just using "flake8" (which is just "pyflakes" + "pycodestyle" + config/ignore support), because black and pylint cause so much churn on so much unnecessary stuff.

But anyway, I recommend changing the max-line-length to 100 or 120 chars, from default 80. That will reduce some of this churn due to "annoying folding".

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.

2 participants