Skip to content

Commit

Permalink
⬆ Bump (libraries): Update ruff 0.7.91 and mypy 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcadena committed Oct 30, 2024
1 parent fd246f7 commit 74ed9ac
Show file tree
Hide file tree
Showing 3 changed files with 309 additions and 304 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ repos:
args: [ --markdown-linebreak-ext=md ]

- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.0
hooks:
- id: pyupgrade
args:
- --py3-plus
- --keep-runtime-typing

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.1
hooks:
# Run the linter.
- id: ruff
Expand All @@ -51,14 +51,14 @@ repos:
args: [ "--config", "pyproject.toml" ]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.1
hooks:
# Run the formatter.
- id: ruff-format
args: [ "--config", "pyproject.toml" ]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.13.0
hooks:
- id: mypy
args: [ "--config-file", "pyproject.toml" ]
Expand Down
Loading

0 comments on commit 74ed9ac

Please sign in to comment.