Skip to content

Commit

Permalink
Merge pull request #43 from dbrattli/expression-5
Browse files Browse the repository at this point in the history
Expression 5v
  • Loading branch information
dbrattli committed Jan 13, 2024
2 parents ca5a388 + ff84933 commit 296f3ce
Show file tree
Hide file tree
Showing 49 changed files with 1,046 additions and 1,517 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, "3.10"]
python-version: ["3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Python Env
uses: actions/setup-python@v3
with:
python-version: "3.9"
python-version: "3.11"

- name: Install dependencies
run: pip install poetry dunamai
Expand Down
28 changes: 8 additions & 20 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,18 @@
exclude: "_version.py|versioneer.py"
repos:
- hooks:
- args:
- --remove-all-unused-imports
- --in-place
id: autoflake
repo: https://github.com/humitos/mirrors-autoflake
rev: v1.1
- hooks:
- id: isort
repo: https://github.com/timothycrosley/isort
rev: 5.10.1
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 22.3.0
- hooks:
- id: flake8
exclude: (^docs/|^examples/|^notebooks/|^tests/)
repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- id: ruff
args: ["--fix"]
- id: ruff-format
args: [--check]
repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.11
- hooks:
- id: pyright
name: pyright
entry: pyright
language: node
pass_filenames: false
types: [python]
additional_dependencies: ["pyright@1.1.255"]
additional_dependencies: ["pyright@1.1.344"]
repo: local
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.10.0
3.12.1

0 comments on commit 296f3ce

Please sign in to comment.