Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ci #294

Merged
merged 5 commits into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ jobs:
- name: Lint with ruff
uses: chartboost/ruff-action@v1
with:
version: 0.0.287
version: 0.0.291

- name: Typecheck with pyright
uses: jakebailey/pyright-action@v1
with:
version: 1.1.325
version: 1.1.329

- name: Thorough check with pylint
run: pylint awpy
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ repos:
- id: check-builtin-literals
language: python
- repo: 'https://github.com/charliermarsh/ruff-pre-commit'
rev: v0.0.287
rev: v0.0.291
hooks:
- id: ruff
args:
- '--fix'
- '--exit-non-zero-on-fix'
- repo: 'https://github.com/psf/black'
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
language: python
- repo: https://github.com/crate-ci/typos
rev: v1.16.9
rev: v1.16.13
hooks:
- id: typos
args: []
Expand Down
10 changes: 5 additions & 5 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pre-commit==3.3.3
pylint==2.17.5
pyright==1.1.325
pytest==7.3.1
pytest-cov==4.0.0
pre-commit==3.4.0
pylint==2.17.6
pyright==1.1.329
pytest==7.4.2
pytest-cov==4.1.0
requests==2.31.0
2 changes: 1 addition & 1 deletion tests/test_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@
"cevo-pov": {
"url": "https://figshare.com/ndownloader/files/42241986"
}
}
}