Skip to content

Commit

Permalink
Bump pre-commit (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse authored Nov 18, 2024
1 parent 620317e commit 6bfab75
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -13,12 +13,14 @@ repos:
- id: isort
additional_dependencies: [toml]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.13.0
hooks:
- id: mypy
additional_dependencies: [types-requests]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.3.2'
rev: 'v0.7.4'
hooks:
- id: ruff
- id: ruff-format
- id: ruff
args:
- '--fix'
- id: ruff-format

0 comments on commit 6bfab75

Please sign in to comment.