Commit 16c00f3
authored
Feat apply ruff (#497)
* chore: add ruff
* chore: init ruff config
* chore: update ruff pydocstyle config
* chore: update ruff rules
* chore: update ruff exclude
* fix: init format & check(fix)
* fix: constraint
* fix: domain_reduction(without E501)
* fix: update ruff rule(TRY -> TRY002)
* fix: target_space(without E501)
* fix: init tests
* fix: test_notebooks_run.py
* fix: test_observer
* fix: test_seq_domain_red
* fix: test_target_space
* fix: E501
* chore: add pre-commit
* chore: update ruff
* chore: add precommit config
* feat: add format & lint action
* test
* fix: 3.10 -> 3.9(minimum)
* chore: update ruff config
* chore: update ruff config
* revert check docstring(not yet D rule)
* chore: revert pydocstyle
* fix: add coverage exclude_lines
* SIM
* S
* DTZ
* EM
* LOG
* G
* PIE
* Q
* RET
* TID
* PTH
* F
* NPY
* PERF
* FURB
* RUF
* D
* chore: rm pydocstyle action
* chore: rm pydocstyle
* fix: render path only once
* ISC
* fix: pr447
* init
* fix: acquisition
* fix: bayesian_optimization
* fix: util
* fix: acquisition
* fix: test_bayesian_optimization
* fix: test_constraint
* fix: test_util
* fix: _update_params
* feat: scripts
* fix: reviews
* test: upper_confidence_bound_invalid_kappa_error
* chore: update ruff
* fix: acquisition
* fix: util
* fix: relative -> absolute
* fix: import error
* fix: review
* fix: review
* fix: rm unused func
---------
Co-authored-by: phi-friday <[email protected]>1 parent bc9af23 commit 16c00f3
File tree
27 files changed
+990
-884
lines changed- .github/workflows
- bayes_opt
- scripts
- tests
27 files changed
+990
-884
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 2 | + | |
| 3 | + | |
7 | 4 | | |
8 | 5 | | |
9 | | - | |
10 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
22 | | - | |
| |||
0 commit comments