aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* Configure which files pyright runs on in pyproject.tomlTrygve Aaberge2024-02-211-0/+1
| | | | | | | | | | Move the configuration of which files pyright should run on from the CI command to pyproject.toml. Pyright is only configured to run on the main files for v3. So don't run it on the files for the old version of wee-slack, and don't run it on the util scripts. Ideally we would run it on the util scripts, but they give a lot of errors now, so we'd have to fix that first.
* Configure ruff files in pyproject.toml and run on most filesTrygve Aaberge2024-02-211-1/+1
| | | | | | | | | | | Move the configuration of which files ruff check should run on from the CI command to pyproject.toml and change it to run on most files. Exclude these files: - typings/weechat.pyi because it's copied from the WeeChat repo and I don't want errors from that. - wee_slack.py and _pytest because it's the old version, so there's no point spending time fixing lint errors there.
* Specify minimum python version for tools in pyproject.tomlTrygve Aaberge2024-02-211-0/+4
|
* Upgrade to the latest version of ruffTrygve Aaberge2024-02-211-5/+6
|
* Remove black and isortTrygve Aaberge2024-02-181-8/+0
|
* Enable import sorting with ruffTrygve Aaberge2024-02-181-0/+1
|
* Format all files with ruffTrygve Aaberge2024-02-181-0/+4
|
* Upgrade dependenciesTrygve Aaberge2024-02-181-1/+1
|
* Fix typings for create_connectionTrygve Aaberge2024-02-181-1/+1
|
* Remove unnecessary checks for dict keysTrygve Aaberge2024-02-181-1/+1
| | | | | With pyright v1.1.292 or later these checks are no longer necessary (they were never necessary for the runtime, only added for pyright).
* Add dev dependencies typing-extensions and pyrightTrygve Aaberge2024-02-181-0/+2
|
* Add command to add workspaceTrygve Aaberge2024-02-181-4/+5
|
* Add isortTrygve Aaberge2024-02-181-0/+1
|
* Organize imports with isort instead of pyrightTrygve Aaberge2024-02-181-0/+3
|
* Improve pylint resultsTrygve Aaberge2024-02-181-1/+7
|
* Start on new version of wee-slackTrygve Aaberge2024-02-181-0/+42