Skip to content

Commit

Permalink
build: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankanno committed Oct 26, 2024
1 parent ea13c85 commit 891df74
Show file tree
Hide file tree
Showing 3 changed files with 425 additions and 414 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,37 @@ repos:
hooks:
- id: poetry-check
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: detect-private-key
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.13.0
hooks:
- id: mypy
exclude: |
(?x)(cookiecutter\.package_name)
additional_dependencies: [pytest==7.1.2]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.5
rev: v0.7.1
hooks:
- id: ruff
args: ['--config', 'pyproject.toml']
stages: [commit]
stages: [pre-commit]
- id: ruff
stages: [manual]
args: ['--config', 'pyproject.toml', '--fix', '--exit-non-zero-on-fix']
- repo: https://github.com/python/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
args: ['--config', 'pyproject.toml']
exclude: |
(?x)(\{\{cookiecutter\.package_name\}\}\/[docs|tests])
- repo: https://github.com/asottile/blacken-docs
rev: 1.18.0
rev: 1.19.1
hooks:
- id: blacken-docs
additional_dependencies: [black==24.4.2]
Expand Down Expand Up @@ -63,7 +63,7 @@ repos:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
- repo: https://github.com/crate-ci/typos
rev: v1.24.5
rev: v1.26.8
hooks:
- id: typos
args: ["--config", "_typos.toml", "--force-exclude"]
Expand Down
Loading

0 comments on commit 891df74

Please sign in to comment.