Skip to content

Commit

Permalink
First draft for filtered autocomplete in algo selection.
Browse files Browse the repository at this point in the history
  • Loading branch information
janosg committed Sep 24, 2024
1 parent 216b41e commit 010b95d
Show file tree
Hide file tree
Showing 8 changed files with 2,474 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,22 @@ repos:
language: python
always_run: true
require_serial: true
- repo: local
hooks:
- id: install-local-package
name: Install Local Package
entry: pip install -e .
language: system
pass_filenames: false
always_run: true
- repo: local
hooks:
- id: update-algo-selection-code
name: update algo selection code
entry: python .tools/create_algo_selection_code.py
language: system
always_run: true
require_serial: true
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
Expand Down Expand Up @@ -78,12 +94,14 @@ repos:
- jupyter
args:
- --fix
exclude: src/optimagic/algo_selection.py
# Run the formatter.
- id: ruff-format
types_or:
- python
- pyi
- jupyter
exclude: src/optimagic/algo_selection.py
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
hooks:
Expand Down
Loading

0 comments on commit 010b95d

Please sign in to comment.