Skip to content

Commit

Permalink
Merge branch 'master' into py312
Browse files Browse the repository at this point in the history
  • Loading branch information
CagtayFabry authored Oct 15, 2024
2 parents 609f86c + d7be2b0 commit ae2b4ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
fetch-depth: '0' # Fetch all history for all tags and branches

- uses: CagtayFabry/pydeps2env@v1.1.0
- uses: CagtayFabry/pydeps2env@v1.2.0
with:
files: 'pyproject.toml'
channels: 'conda-forge defaults'
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:

- name: codecov.io
if: matrix.py == '3.10'
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0

compat:
name: pytest
Expand All @@ -139,7 +139,7 @@ jobs:
with:
fetch-depth: '0' # Fetch all history for all tags and branches

- uses: CagtayFabry/pydeps2env@v1.1.0
- uses: CagtayFabry/pydeps2env@v1.2.0
with:
files: 'pyproject.toml'
channels: 'conda-forge defaults'
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
- mdformat-config
# ----- Python formatting -----
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
rev: v0.6.3
hooks:
# Run ruff linter.
- id: ruff
Expand All @@ -43,7 +43,7 @@ repos:
hooks:
- id: pyproject-fmt
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.18
rev: v0.19
hooks:
- id: validate-pyproject
# ----- Jupyter Notebooks -----
Expand Down

0 comments on commit ae2b4ac

Please sign in to comment.