Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
woctezuma committed Dec 3, 2024
1 parent 7858067 commit 73014de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
files: \.(json|py)$
default_stages: [commit, manual]
default_stages: [pre-commit, manual]
repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.6
rev: v0.8.1
hooks:
- id: ruff
args: [
Expand All @@ -17,14 +17,14 @@ repos:
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.0
rev: v1.13.0
hooks:
- id: mypy
additional_dependencies: [types-requests]
stages: [manual]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: pretty-format-json
args: [
Expand All @@ -35,7 +35,7 @@ repos:
]

- repo: https://github.com/dosisod/refurb
rev: v1.24.0
rev: v2.0.0
hooks:
- id: refurb
args: [--python-version, "3.12"]
Expand Down

0 comments on commit 73014de

Please sign in to comment.