Skip to content

Commit 4208d43

Browse files
committed
feat : add test functions & split PR
- add test function for plot - split ratioplot to the other PR - change hint highlight to red rectangle
1 parent 938e095 commit 4208d43

34 files changed

+98
-354
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.3.0
6+
rev: v4.0.1
77
hooks:
88
- id: check-added-large-files
99
- id: check-case-conflict
@@ -23,7 +23,7 @@ repos:
2323
args: ["--include-version-classifiers", "--max-py-version=3.11"]
2424

2525
- repo: https://github.com/PyCQA/isort
26-
rev: 5.10.1
26+
rev: 5.12.0
2727
hooks:
2828
- id: isort
2929
args: ["-a", "from __future__ import annotations"]

0 commit comments

Comments
 (0)