Skip to content

Commit

Permalink
chore(deps-dev): pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
iwpnd committed Feb 26, 2024
1 parent ecda26d commit 93d5158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ repos:
- id: isort
name: isort (python)
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
- repo: https://github.com/jorisroovers/gitlint
rev: v0.19.1 # Fill in a tag / sha here
hooks:
- id: gitlint
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.15
rev: v0.2.2
hooks:
- id: ruff
args: ["--ignore", "E501", "--per-file-ignores", "__init__.py:F401"]

0 comments on commit 93d5158

Please sign in to comment.