Skip to content

Commit

Permalink
DX: remove .prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 9, 2023
1 parent bdf8d98 commit afaaaee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/ComPWA/repo-maintenance
rev: 0.1.0rc5
rev: 0.1.0rc6
hooks:
- id: check-dev-files
args:
- --ci-test-extras=all
- --doc-apt-packages=graphviz
- --no-prettierrc
- --pin-requirements=monthly
- --repo-name=tensorwaves
- --repo-title=TensorWaves
Expand Down
1 change: 0 additions & 1 deletion .prettierrc

This file was deleted.

3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.wordWrap": "off"
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[python]": {
"editor.codeActionsOnSave": {
Expand Down

1 comment on commit afaaaee

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'TensorWaves benchmark results'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: afaaaee Previous: 21a21ba Ratio
benchmarks/expression.py::test_fit[1000-ScipyMinimizer-numpy] 7.336771748446556 iter/sec (stddev: 0.005651557312661033) 15.246453009664432 iter/sec (stddev: 0.0002718823501960658) 2.08
benchmarks/expression.py::test_fit[1000-ScipyMinimizer-numba] 7.625881759975291 iter/sec (stddev: 0.001955226237863669) 15.543662382731911 iter/sec (stddev: 0.0009863915622336588) 2.04

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.