Skip to content

Commit

Permalink
fix: add missing data parameters for CSAD units (#49)
Browse files Browse the repository at this point in the history
* fix: add missing data parameters for CSAD units

* ci: update CI to python 3.12

* chore: update pylint, squelch pylint false-positive
  • Loading branch information
cryptk committed Jun 9, 2024
1 parent 3e0ddd9 commit cd61158
Show file tree
Hide file tree
Showing 6 changed files with 201 additions and 346 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.12"
- uses: abatilo/actions-poetry@v2.3.0
- uses: pre-commit/action@v3.0.0

Expand All @@ -37,8 +37,7 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.10"
- "3.11"
- "3.12"
os:
- ubuntu-latest
- windows-latest
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
args:
- --fix
- repo: https://github.com/pylint-dev/pylint
rev: v3.0.1
rev: v3.2.3
hooks:
- id: pylint
# There is work that needs to happen to update to pydantic >= 2.0
Expand Down
Loading

0 comments on commit cd61158

Please sign in to comment.