Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Configure which files pyright runs on in pyproject.toml | Trygve Aaberge | 2024-02-21 | 1 | -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 files | Trygve Aaberge | 2024-02-21 | 1 | -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.toml | Trygve Aaberge | 2024-02-21 | 1 | -0/+4 |
| | |||||
* | Upgrade to the latest version of ruff | Trygve Aaberge | 2024-02-21 | 1 | -5/+6 |
| | |||||
* | Remove black and isort | Trygve Aaberge | 2024-02-18 | 1 | -8/+0 |
| | |||||
* | Enable import sorting with ruff | Trygve Aaberge | 2024-02-18 | 1 | -0/+1 |
| | |||||
* | Format all files with ruff | Trygve Aaberge | 2024-02-18 | 1 | -0/+4 |
| | |||||
* | Upgrade dependencies | Trygve Aaberge | 2024-02-18 | 1 | -1/+1 |
| | |||||
* | Fix typings for create_connection | Trygve Aaberge | 2024-02-18 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary checks for dict keys | Trygve Aaberge | 2024-02-18 | 1 | -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 pyright | Trygve Aaberge | 2024-02-18 | 1 | -0/+2 |
| | |||||
* | Add command to add workspace | Trygve Aaberge | 2024-02-18 | 1 | -4/+5 |
| | |||||
* | Add isort | Trygve Aaberge | 2024-02-18 | 1 | -0/+1 |
| | |||||
* | Organize imports with isort instead of pyright | Trygve Aaberge | 2024-02-18 | 1 | -0/+3 |
| | |||||
* | Improve pylint results | Trygve Aaberge | 2024-02-18 | 1 | -1/+7 |
| | |||||
* | Start on new version of wee-slack | Trygve Aaberge | 2024-02-18 | 1 | -0/+42 |