FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for pyproject.toml - python-lsp/python-lsp-server · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python-lsp
/
python-lsp-server
Public
Notifications
You must be signed in to change notification settings
Fork
248
Star
2.6k
Code
Issues
150
Pull requests
22
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-lsp-server
pyproject.toml
on
refs/heads/develop
User selector
Datepicker
Commit history
Commits on Jul 20, 2026
Add support for Jedi 0.20 (#718)
ccordoba12
authored
40e66db
View commit details
Copy full SHA for 40e66db
View code at this point
Browse repository at this point
Commits on Dec 6, 2025
Bump allowed pylint to less than 4.1 (#687)
tiltingpenguin
authored
443fc14
View commit details
Copy full SHA for 443fc14
View code at this point
Browse repository at this point
Commits on Aug 26, 2025
Fix license entries in `pyproject.toml` due to pep 639 (#669)
ccordoba12
authored
89265cd
View commit details
Copy full SHA for 89265cd
View code at this point
Browse repository at this point
Commits on Aug 25, 2025
Use PyQt6 for testing (#667)
WhyNotHugo
authored
2103904
View commit details
Copy full SHA for 2103904
View code at this point
Browse repository at this point
Commits on Jul 4, 2025
Add support for type definition (#645)
Show description for 5480e5d
Hoblovski
and
krassowski
authored
5480e5d
View commit details
Copy full SHA for 5480e5d
View code at this point
Browse repository at this point
Commits on Jun 30, 2025
Send websocket payload using a queue (#633)
Show description for e0b5fcf
Raekkeri
and
krassowski
authored
e0b5fcf
View commit details
Copy full SHA for e0b5fcf
View code at this point
Browse repository at this point
Commits on May 29, 2025
Allow to format signatures in docstrings (#631)
krassowski
authored
c8e4e99
View commit details
Copy full SHA for c8e4e99
View code at this point
Browse repository at this point
Commits on May 28, 2025
Drop Python 3.8, add Python 3.11 to CI and run `pyupgrade` (#650)
Show description for e9776fd
krassowski
and
dalthviz
authored
e9776fd
View commit details
Copy full SHA for e9776fd
View code at this point
Browse repository at this point
Commits on May 13, 2025
Enforce `setuptools` 69 or newer to ensure `py.typed` marker gets included (#646)
krassowski
authored
de15a88
View commit details
Copy full SHA for de15a88
View code at this point
Browse repository at this point
Commits on Jul 24, 2024
Bump flake8 to 7.1 (#576)
bnavigator
authored
a02339d
View commit details
Copy full SHA for a02339d
View code at this point
Browse repository at this point
Commits on Mar 29, 2024
Bump pylint to `>=3.1,<4` (#543)
bnavigator
authored
803bb88
View commit details
Copy full SHA for 803bb88
View code at this point
Browse repository at this point
Remove built-in `rope_rename` plugin (#515)
doolio
authored
f69ed84
View commit details
Copy full SHA for f69ed84
View code at this point
Browse repository at this point
Commits on Jan 21, 2024
Combine ruff.toml into pyproject.toml (#517)
doolio
authored
d726905
View commit details
Copy full SHA for d726905
View code at this point
Browse repository at this point
Commits on Jan 19, 2024
Fix optional dependency version for autopep8 (#514)
doolio
authored
cb213e0
View commit details
Copy full SHA for cb213e0
View code at this point
Browse repository at this point
Bump flake8 to version 7 (#510)
bnavigator
authored
36bd41b
View commit details
Copy full SHA for 36bd41b
View code at this point
Browse repository at this point
Commits on Dec 18, 2023
Update rope to 1.11.0 for multi-threading capabilities (#498)
tkrabel
authored
73b945b
View commit details
Copy full SHA for 73b945b
View code at this point
Browse repository at this point
Commits on Oct 31, 2023
Raise supported Pylint upper version (#475)
bnavigator
authored
5f53f8e
View commit details
Copy full SHA for 5f53f8e
View code at this point
Browse repository at this point
Commits on Oct 4, 2023
Increase minimal required version of autopep8 to `>=2.0.4,<2.1.0` (#449)
ccordoba12
authored
76ea9ae
View commit details
Copy full SHA for 76ea9ae
View code at this point
Browse repository at this point
Commits on Sep 8, 2023
Use invalid request handler rather than raising key error for requests after shutdown (#432)
smacke
authored
0d86844
View commit details
Copy full SHA for 0d86844
View code at this point
Browse repository at this point
Commits on Aug 15, 2023
Add support for pyflakes 3.1 and pycodestyle 2.11 (#415)
yan12125
authored
43104e9
View commit details
Copy full SHA for 43104e9
View code at this point
Browse repository at this point
Find `entry_points` with `importlib(.|_)metadata`, drop `setuptools` from `dependencies` (#385)
bollwyvl
authored
f47867a
View commit details
Copy full SHA for f47867a
View code at this point
Browse repository at this point
Commits on Aug 14, 2023
Drop support for Python 3.7 (#417)
ccordoba12
authored
15e2447
View commit details
Copy full SHA for 15e2447
View code at this point
Browse repository at this point
Commits on Aug 12, 2023
Bump Jedi upper pin to <0.20 (#416)
bnavigator
authored
f33a93a
View commit details
Copy full SHA for f33a93a
View code at this point
Browse repository at this point
Commits on May 9, 2023
Update yapf requirement to 0.33+ (#377)
bnavigator
authored
c81dcc8
View commit details
Copy full SHA for c81dcc8
View code at this point
Browse repository at this point
Commits on Jan 25, 2023
Raise upper bound of autopep8 (#345)
bnavigator
authored
e341198
View commit details
Copy full SHA for e341198
View code at this point
Browse repository at this point
Bump pydocstyle to 6.3 (#340)
bnavigator
authored
40124c6
View commit details
Copy full SHA for 40124c6
View code at this point
Browse repository at this point
Add toml dependency for yapf and constrain yapf to be less than 0.32 (#346)
bnavigator
authored
645d800
View commit details
Copy full SHA for 645d800
View code at this point
Browse repository at this point
Commits on Jan 6, 2023
Add top constraint to Pylint and fix constraint for `whatthepatch` (#333)
ccordoba12
authored
db21bd5
View commit details
Copy full SHA for db21bd5
View code at this point
Browse repository at this point
Commits on Jan 5, 2023
Fix pydocstyle linting with its 6.2.0 version (#329)
ccordoba12
authored
ce913f1
View commit details
Copy full SHA for ce913f1
View code at this point
Browse repository at this point
Commits on Dec 22, 2022
Support Flake8 version 6 (#316)
bnavigator
authored
fba2e7e
View commit details
Copy full SHA for fba2e7e
View code at this point
Browse repository at this point
Commits on Nov 3, 2022
Add a plugin to provide autoimport functionality (#199)
bagel897
authored
b24ffd3
View commit details
Copy full SHA for b24ffd3
View code at this point
Browse repository at this point
Commits on Nov 1, 2022
Improve how Jedi handles Numpy (#281)
gav451
authored
5c37673
View commit details
Copy full SHA for 5c37673
View code at this point
Browse repository at this point
Commits on Sep 27, 2022
Migrate to MarkupContent and convert docstrings to Markdown (#80)
krassowski
authored
449d11a
View commit details
Copy full SHA for 449d11a
View code at this point
Browse repository at this point
Commits on Aug 27, 2022
Add support for flake8 version 5 (#257)
bnavigator
authored
2c3470c
View commit details
Copy full SHA for 2c3470c
View code at this point
Browse repository at this point
Commits on Jul 11, 2022
Remove redundant wheel dep from pyproject.toml (#242)
mgorny
authored
58249bb
View commit details
Copy full SHA for 58249bb
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL