Skip to content

Commit

Permalink
build(deps): updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankanno committed May 2, 2024
1 parent f2e9879 commit db8f8e6
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 212 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: debug-statements
- id: detect-private-key
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.10.0
hooks:
- id: mypy
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.4.2
hooks:
- id: ruff
args: ['--config', 'pyproject.toml']
Expand All @@ -21,7 +21,7 @@ repos:
hooks:
- id: pyupgrade
- repo: https://github.com/python/black
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black
args: [--safe, --quiet, --config, 'pyproject.toml']
Expand Down Expand Up @@ -52,7 +52,7 @@ repos:
hooks:
- id: bashate
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.14.0
rev: v9.16.0
hooks:
- id: commitlint
stages: [commit-msg]
Expand All @@ -63,7 +63,7 @@ repos:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
- repo: https://github.com/crate-ci/typos
rev: v1.20.4
rev: v1.21.0
hooks:
- id: typos
- repo: https://github.com/jendrikseipp/vulture
Expand Down
Loading

0 comments on commit db8f8e6

Please sign in to comment.