Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
natelandau committed Dec 27, 2024
1 parent 5c743ba commit 6ea6ce4
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 121 deletions.
15 changes: 13 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default_stages: [pre-commit, manual]
fail_fast: true
repos:
- repo: "https://github.com/commitizen-tools/commitizen"
rev: v3.31.0
rev: v4.1.0
hooks:
- id: commitizen
- id: commitizen-branch
Expand All @@ -34,7 +34,7 @@ repos:
- id: trailing-whitespace

- repo: "https://github.com/crate-ci/typos"
rev: typos-dict-v0.11.35
rev: v1.28.4
hooks:
- id: typos

Expand All @@ -56,3 +56,14 @@ repos:
language: system
types: [shell]
exclude: "dotfiles/dot_zshrc|.*\\.zsh$"

ci:
autofix_commit_msg: |
fix: auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
autofix_prs: true
autoupdate_commit_msg: "build: pre-commit autoupdate"
autoupdate_schedule: quarterly
skip: [stopwords, shellcheck]
submodules: false
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@
[tool.ruff.lint.pylint]
max-args = 6

[tool.ruff.format]
indent-style = "space"
line-ending = "auto"
quote-style = "double"
skip-magic-trailing-comma = false
[tool.ruff.format]
indent-style = "space"
line-ending = "auto"
quote-style = "double"
skip-magic-trailing-comma = false

[tool.poe.tasks]
[tool.poe.tasks.upgrade]
Expand Down
Loading

0 comments on commit 6ea6ce4

Please sign in to comment.