diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index dbf59ae..2716c44 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -35,11 +35,11 @@ jobs: - name: Lint with ruff uses: chartboost/ruff-action@v1 with: - version: 0.3.0 + version: 0.3.4 - name: Typecheck with pyright uses: jakebailey/pyright-action@v2 with: - version: 1.1.352 + version: 1.1.356 working-directory: ./tictactoe_python - name: Thorough check with pylint run: pylint tictactoe/ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c6e4a1f..87666f6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: language: python args: ["--write", "--check", "--output-style=google"] - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.3.3 + rev: v0.3.4 hooks: - id: ruff args: @@ -70,7 +70,7 @@ repos: # golang specific - repo: https://github.com/golangci/golangci-lint - rev: v1.56.2 + rev: v1.57.2 hooks: - id: golangci-lint entry: bash -c 'cd tictactoe_go && golangci-lint run --new-from-rev HEAD --fix' @@ -149,7 +149,7 @@ repos: # javascript specific - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.0.0-beta.2 + rev: v9.0.0-rc.0 hooks: - id: eslint files: ^tictactoe_javascript/ diff --git a/tictactoe_python/tests/requirements.txt b/tictactoe_python/tests/requirements.txt index 707091e..7318147 100644 --- a/tictactoe_python/tests/requirements.txt +++ b/tictactoe_python/tests/requirements.txt @@ -1,5 +1,5 @@ -pre-commit==3.6.2 +pre-commit==3.7.0 pylint==3.1.0 -pyright==1.1.352 -pytest==8.0.2 -pytest-cov==4.1.0 +pyright==1.1.356 +pytest==8.1.1 +pytest-cov==5.0.0