Skip to content

Commit

Permalink
feat : add test functions & split PR
Browse files Browse the repository at this point in the history
- add test function for plot
- split ratioplot to the other PR
- change hint highlight to red rectangle
  • Loading branch information
Ming-Yan committed Mar 6, 2023
1 parent 938e095 commit 2d41bdc
Show file tree
Hide file tree
Showing 34 changed files with 106 additions and 354 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.0.1
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -23,7 +23,7 @@ repos:
args: ["--include-version-classifiers", "--max-py-version=3.11"]

- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
args: ["-a", "from __future__ import annotations"]
Expand Down
Loading

0 comments on commit 2d41bdc

Please sign in to comment.