Skip to content

Commit

Permalink
chore: 🔧 update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
iwpnd committed Sep 5, 2023
1 parent a4f5067 commit 6c8cbe6
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 @@ -7,7 +7,7 @@ repos:
args: ["--markdown-linebreak-ext=md"]
- id: check-ast
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.5.1
hooks:
- id: mypy
args: [--ignore-missing-imports]
Expand All @@ -26,7 +26,7 @@ repos:
hooks:
- id: gitlint
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.278
rev: v0.0.287
hooks:
- id: ruff
args: ["--ignore", "E501", "--per-file-ignores", "__init__.py:F401"]

0 comments on commit 6c8cbe6

Please sign in to comment.