Skip to content

Commit

Permalink
Merge branch 'main' into edgarrmondragon/feat/jsonschema-to-sql
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Nov 6, 2024
2 parents 28bc9c7 + 3bbf5ee commit de3a207
Show file tree
Hide file tree
Showing 3 changed files with 225 additions and 223 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
name: Packages
path: dist
- name: Publish
uses: pypa/gh-action-pypi-publish@v1.10.3
uses: pypa/gh-action-pypi-publish@v1.11.0

upload-to-release:
name: Upload files to release
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repos:
- id: check-readthedocs

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.7.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
Expand Down
Loading

0 comments on commit de3a207

Please sign in to comment.