Skip to content

Commit

Permalink
ruff ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mepland committed May 28, 2024
1 parent 3e12883 commit d3a568c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ explicit-preview-rules = true

[tool.ruff.lint.per-file-ignores]
"ana/exploratory_ana.py" = ["E402", "ERA001", "TCH002"]
"daq/daq.py" = ["BLE001"]
"utils/bayesian_opt.py" = ["BLE001"]

[tool.ruff.lint.pydocstyle]
convention = "google"
Expand Down

0 comments on commit d3a568c

Please sign in to comment.