Skip to content

Fix types of maxComplexity and line_length#703

Merged
ccordoba12 merged 3 commits into
python-lsp:developfrom
krassowski:improve-schema
Jul 18, 2026
Merged

Fix types of maxComplexity and line_length#703
ccordoba12 merged 3 commits into
python-lsp:developfrom
krassowski:improve-schema

Conversation

@krassowski

Copy link
Copy Markdown
Member

Fixes:

  • type of flake8.maxComplexity (default was null but it was not included in the types array)
  • type of line_length (was number but should have been integer as fractional line count does not make sense)

@krassowski krassowski added the bug Something isn't working label Mar 29, 2026
@ccordoba12 ccordoba12 added this to the v1.15.0 milestone Jul 18, 2026
@ccordoba12

Copy link
Copy Markdown
Member

Closing and reopening to rerun our tests.

@ccordoba12 ccordoba12 closed this Jul 18, 2026
@ccordoba12 ccordoba12 reopened this Jul 18, 2026

@ccordoba12 ccordoba12 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks @krassowski!

Note: I don't know what's happening with the Mac tests but let's hope they're fixed when merging to develop.

@ccordoba12
ccordoba12 merged commit e46a242 into python-lsp:develop Jul 18, 2026
20 of 29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants