Skip to content

Commit

Permalink
Merge pull request #61 from azogue/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
azogue authored May 17, 2024
2 parents a663158 + b1b9836 commit efe3ecf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exclude: >
)$
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.7
rev: v0.4.4
hooks:
- id: ruff
args:
Expand All @@ -27,15 +27,15 @@ repos:
- id: prettier
types_or: [css, yaml, markdown, json]
- repo: "https://github.com/pre-commit/mirrors-mypy"
rev: "v1.9.0"
rev: "v1.10.0"
hooks:
- id: "mypy"
name: "Check type hints (mypy)"
verbose: true
additional_dependencies:
- types-python-slugify
- types-PyYAML
- pydantic==2.6.3
- pydantic
ci:
autofix_commit_msg: |
[pre-commit.ci] auto fixes from pre-commit.com hooks
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ from psychrochart import PsychroChart
# Load default style:
chart_default = PsychroChart.create()
# customize anything
chart_default.limits.range_temp_c = (15.0, 35.0)
chart_default.limits.range_humidity_g_kg = (5, 25)
chart_default.config.limits.range_temp_c = (15.0, 35.0)
chart_default.config.limits.range_humidity_g_kg = (5, 25)
chart_default.config.saturation.linewidth = 1
chart_default.config.constant_wet_temp.color = "darkblue"
# plot
Expand Down

0 comments on commit efe3ecf

Please sign in to comment.