Skip to content

Commit

Permalink
Update depends
Browse files Browse the repository at this point in the history
  • Loading branch information
draincoder committed Nov 10, 2024
1 parent 2b6ea85 commit 7cbb9fd
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 163 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ default_language_version:

repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.2.0
rev: v3.6.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-ast
- id: check-added-large-files
Expand All @@ -24,14 +24,14 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/python-formate/flake8-dunder-all
rev: v0.4.0
rev: v0.4.1
hooks:
- id: ensure-dunder-all
exclude: "tests*"
args: ["--use-tuple"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.7.3
hooks:
- id: ruff
args: ["--fix"]
Expand Down
Loading

1 comment on commit 7cbb9fd

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL10100% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
1 0 💤 0 ❌ 0 🔥 0.094s ⏱️

Please sign in to comment.