Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Oct 14, 2023
1 parent ff50a75 commit eb3afa3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- run: |
sudo apt update
sudo apt install --no-install-recommends -y x11-xserver-utils
- run: pip3 install mypy==0.982 flake8==5.0.4 pyright==1.1.274 --user
- run: pip3 install mypy==1.6.0 flake8==5.0.4 pyright==1.1.331 --user
- run: echo "$HOME/.local/bin" >> $GITHUB_PATH
- run: git clone https://github.com/sublimelsp/LSP.git
- run: git clone https://github.com/SublimeText/sublime_lib.git
Expand Down
1 change: 1 addition & 0 deletions st3/lsp_utils/_client_handler/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def get_binary_arguments(cls) -> List[str]:
...

@classmethod
@abstractmethod
def read_settings(cls) -> Tuple[sublime.Settings, str]:
...

Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ max-line-length = 120

[testenv]
deps =
mypy==0.982
mypy==1.6.0
flake8==5.0.4
pyright==1.1.274
pyright==1.1.331
commands =
mypy st3/lsp_utils
flake8 st3/lsp_utils tests
Expand Down

0 comments on commit eb3afa3

Please sign in to comment.