Skip to content
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .devcontainer/noop.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
This file copied into the container along with environment.yml* from the parent
folder. This file is included to prevents the Dockerfile COPY instruction from
folder. This file is included to prevents the Dockerfile COPY instruction from
failing if no environment.yml is found.
12 changes: 6 additions & 6 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--
<!--
PR Title format: [Type] Short description
Examples:
- [Fix] Resolve authentication bug
Expand All @@ -10,9 +10,9 @@ Examples:

## Description

<!--
Please do not leave this blank
This PR [adds/removes/fixes/replaces] the [feature/bug/etc].
<!--
Please do not leave this blank
This PR [adds/removes/fixes/replaces] the [feature/bug/etc].
-->

## Related Tickets & Documents
Expand All @@ -28,7 +28,7 @@ Closes #<!-- Add issue number here -->
- [ ] Documentation Update

## Steps to QA
<!--
<!--
Please provide some steps for the reviewer to test your change. If you have wrote tests, you can mention that here instead.

1. Click a link
Expand All @@ -49,7 +49,7 @@ Please provide some steps for the reviewer to test your change. If you have wrot
- [ ] No, and this is why: _please replace this line with details on why tests
have not been included_
- [ ] I need help with writing docs

## Checklist
- [ ] I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/)

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
teardown_pr_environments:
name: Teardown Cloud Run PR environments
runs-on: ubuntu-latest

# Grant permissions to `GITHUB_TOKEN` for Google Cloud Workload Identity Provider
permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dmypy.json

# Visual Studio Code
.vscode/
.cursor/

/coverage.xml
/.coverage
Expand Down
34 changes: 8 additions & 26 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v6.0.0
hooks:
- id: check-yaml
exclude: extralit/mkdocs.yml|examples/deployments/k8s
Expand All @@ -9,7 +9,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.4.8
rev: v0.12.9
hooks:
- id: ruff
args: [--fix]
Expand All @@ -19,17 +19,8 @@ repos:
# extralit SDK specific hooks
##############################################################################

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.4.8
hooks:
- id: ruff
files: 'extralit/src/.*\.py$'
args:
- --fix
- --select
- "E,W,F,I,B,C4,UP,ASYNC,PLE,FAST,RUF"
- --ignore
- "E501,B008"
# (Removed duplicate ruff hook for extralit SDK; global ruff hook above
# now serves as single source of truth using pyproject.toml configuration)

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.5
Expand All @@ -44,7 +35,7 @@ repos:
- --fuzzy-match-generates-todo

- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
rev: 0.8.1
hooks:
- id: nbstripout
files: '^extralit/.*\.ipynb$'
Expand All @@ -63,17 +54,8 @@ repos:
# extralit-server specific hooks
##############################################################################

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.4.8
hooks:
- id: ruff
files: 'extralit-server/src/.*\.py$'
args:
- --fix
- --select
- "E,W,F,I,B,C4,UP,ASYNC,PLE,FAST,RUF"
- --ignore
- "E501,B008"
# (Removed duplicate ruff hook for extralit-server; global ruff hook above
# now serves as single source of truth using pyproject.toml configuration)

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.5
Expand Down Expand Up @@ -102,7 +84,7 @@ repos:
# Helm lint hook
##############################################################################
- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.24
rev: v0.1.30
hooks:
- id: helmlint
name: Helm lint
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Everyone is welcome to contribute, and we value everybody's contribution. Code c
## How you can help

- Submit issues for bugs or feature requests
- Contribute code improvements or bug fixes
- Contribute code improvements or bug fixes
- Improve documentation
- Share your experiences using Extralit
- Answer questions in the [Slack community](https://join.slack.com/t/extralit/shared_invite/zt-2kt8t12r7-uFj0bZ5SPAOhRFkxP7ZQaQ)
Expand Down
562 changes: 286 additions & 276 deletions examples/custom_field/custom_field.ipynb

Large diffs are not rendered by default.

Loading
Loading