FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for pyproject.toml - deepnote/python-lsp-server · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
deepnote
/
python-lsp-server
Public
forked from
python-lsp/python-lsp-server
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-lsp-server
pyproject.toml
on
develop
User selector
Datepicker
Commit history
Commits on Oct 20, 2025
Merge remote-tracking branch 'upstream/develop' into michal/blu-5047-sync-changes-from-remote-lsp-to-fork
mfranczel
committed
26e4337
View commit details
Copy full SHA for 26e4337
View code at this point
Browse repository at this point
Commits on Oct 8, 2025
fix: package name
mfranczel
committed
419c624
View commit details
Copy full SHA for 419c624
View code at this point
Browse repository at this point
Commits on Oct 5, 2025
fix: update homepage url
mfranczel
committed
2e83b07
View commit details
Copy full SHA for 2e83b07
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
Commits on Jun 28, 2022
Use Numpy less than 1.23 in our tests (#231)
ccordoba12
authored
624b6d4
View commit details
Copy full SHA for 624b6d4
View code at this point
Browse repository at this point
Commits on Jun 6, 2022
Parse YAPF diffs into TextEdits (instead of sending the full doc) (#136)
masad-frost
authored
a9d503c
View commit details
Copy full SHA for a9d503c
View code at this point
Browse repository at this point
Commits on May 30, 2022
Add web sockets support (#128)
npradeep357
authored
62b7cc6
View commit details
Copy full SHA for 62b7cc6
View code at this point
Browse repository at this point
Commits on May 12, 2022
Restore the copyright headers in `setup.cfg` and `pyproject.toml` (#211)
KOLANICH
authored
9df6a9f
View commit details
Copy full SHA for 9df6a9f
View code at this point
Browse repository at this point
Commits on May 9, 2022
Move the project metadata into `PEP 621`-compliant `pyproject.toml` (#207)
KOLANICH
authored
bf9d5fa
View commit details
Copy full SHA for bf9d5fa
View code at this point
Browse repository at this point
Commits on Jan 10, 2022
Move the package metadata from setup.py to setup.cfg (#84)
KOLANICH
authored
963fd4d
View commit details
Copy full SHA for 963fd4d
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL