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 Jul 1, 2024
1 parent 5b71823 commit b4a3b22
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.10.0
rev: v1.10.1
hooks:
- id: mypy
args: [--ignore-missing-imports]
Expand All @@ -22,7 +22,7 @@ repos:
hooks:
- id: gitlint
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.4.8
rev: v0.5.0
hooks:
- id: ruff
args: ["--ignore", "E501", "--per-file-ignores", "__init__.py:F401"]
Expand Down

0 comments on commit b4a3b22

Please sign in to comment.