Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): pre-commit.ci autoupdate #54

Merged
merged 2 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ repos:
hooks:
- id: search-and-replace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.8.6
hooks:
- id: ruff-format
- id: ruff
- repo: https://github.com/python-poetry/poetry
rev: 1.8.4
rev: 1.8.5 # Last version to support Python 3.8
hooks:
- id: poetry-check
- id: poetry-lock
Expand Down Expand Up @@ -95,11 +95,11 @@ repos:
- id: yamllint
args: [--strict]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0 # Last version to support Python 3.8
rev: v3.10.0 # Last version to support Python 3.8
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -115,12 +115,12 @@ repos:
- id: check-github-workflows
- id: check-renovate
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
rev: v1.7.4.20
rev: v1.7.6.22
hooks:
- id: actionlint
additional_dependencies: [pyflakes>=3.1.0, shellcheck-py>=0.9.0.5]
- repo: https://github.com/crate-ci/typos
rev: typos-dict-v0.11.37
rev: dictgen-v0.3.1
hooks:
- id: typos
exclude_types:
Expand Down Expand Up @@ -153,7 +153,7 @@ repos:
- id: markdownlint
args: ["--dot", "--fix"]
- repo: https://github.com/jendrikseipp/vulture
rev: v2.13
rev: v2.14
hooks:
- id: vulture
pass_filenames: true
Expand Down
20 changes: 10 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading