Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke committed Nov 19, 2023
1 parent 4a6b613 commit 96d376e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
- name: Lint with ruff
uses: chartboost/ruff-action@v1
with:
version: 0.1.5
version: 0.1.6
- name: Typecheck with pyright
uses: jakebailey/pyright-action@v1
with:
version: 1.1.335
version: 1.1.336
working-directory: ./tictactoe_python
- name: Thorough check with pylint
run: pylint tictactoe/
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:
language: python
args: ["--write", "--check", "--output-style=google"]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.5
rev: v0.1.6
hooks:
- id: ruff
args:
Expand Down Expand Up @@ -131,7 +131,7 @@ repos:

# javascript specific
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.53.0
rev: v8.54.0
hooks:
- id: eslint
files: ^tictactoe_javascript/
Expand All @@ -143,7 +143,7 @@ repos:
- "@babel/eslint-parser"
- [email protected]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v3.1.0
hooks:
- id: prettier
types_or: [css, javascript]
Expand Down
2 changes: 1 addition & 1 deletion tictactoe_python/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pre-commit==3.5.0
pylint==3.0.2
pyright==1.1.335
pyright==1.1.336
pytest==7.4.3
pytest-cov==4.1.0

0 comments on commit 96d376e

Please sign in to comment.