Skip to content

Commit

Permalink
Merge pull request #51 from cgahr/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
cgahr authored Dec 11, 2024
2 parents 37e4872 + 27ee8c2 commit f2eb7a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- id: check-toml
- id: check-yaml
- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
rev: v0.24.2
hooks:
- id: toml-sort-fix
- repo: https://github.com/google/yamlfmt
Expand All @@ -32,7 +32,7 @@ repos:
- id: codespell
args: []
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.7.2'
rev: 'v0.8.1'
hooks:
- id: ruff
- id: ruff-format
Expand Down
2 changes: 1 addition & 1 deletion src/latexplotlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
from ._version import __version__

__all__ = [
"__version__",
"convert_inches_to_pt",
"convert_pt_to_inches",
"figsize",
"size",
"subplots",
"__version__",
]


Expand Down

0 comments on commit f2eb7a0

Please sign in to comment.