Skip to content

Commit

Permalink
pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Apr 6, 2024
1 parent 5abf7b5 commit 00fbc15
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@ repos:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.4
rev: v0.3.5
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/econchick/interrogate
rev: 1.5.0
rev: 1.6.0
hooks:
- id: interrogate
language_version: python3.11
args: [tests]

- repo: https://github.com/codespell-project/codespell
Expand All @@ -28,7 +27,7 @@ repos:
args: [-L, alog]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down

0 comments on commit 00fbc15

Please sign in to comment.