Skip to content

Commit efe3ecf

Browse files
authored
Merge pull request #61 from azogue/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents a663158 + b1b9836 commit efe3ecf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exclude: >
55
)$
66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.3.7
8+
rev: v0.4.4
99
hooks:
1010
- id: ruff
1111
args:
@@ -27,15 +27,15 @@ repos:
2727
- id: prettier
2828
types_or: [css, yaml, markdown, json]
2929
- repo: "https://github.com/pre-commit/mirrors-mypy"
30-
rev: "v1.9.0"
30+
rev: "v1.10.0"
3131
hooks:
3232
- id: "mypy"
3333
name: "Check type hints (mypy)"
3434
verbose: true
3535
additional_dependencies:
3636
- types-python-slugify
3737
- types-PyYAML
38-
- pydantic==2.6.3
38+
- pydantic
3939
ci:
4040
autofix_commit_msg: |
4141
[pre-commit.ci] auto fixes from pre-commit.com hooks

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ from psychrochart import PsychroChart
6666
# Load default style:
6767
chart_default = PsychroChart.create()
6868
# customize anything
69-
chart_default.limits.range_temp_c = (15.0, 35.0)
70-
chart_default.limits.range_humidity_g_kg = (5, 25)
69+
chart_default.config.limits.range_temp_c = (15.0, 35.0)
70+
chart_default.config.limits.range_humidity_g_kg = (5, 25)
7171
chart_default.config.saturation.linewidth = 1
7272
chart_default.config.constant_wet_temp.color = "darkblue"
7373
# plot

0 commit comments

Comments
 (0)