Skip to content

Commit

Permalink
Merge branch 'main' into load_refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo authored Oct 30, 2024
2 parents add96a3 + dd29017 commit 49ff363
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
- id: no-commit-to-branch

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.7.0"
rev: "v0.7.1"
hooks:
- id: ruff
types: [file, python]
Expand All @@ -51,7 +51,7 @@ repos:
types: [file, python]

- repo: https://github.com/asottile/blacken-docs
rev: 1.19.0
rev: 1.19.1
hooks:
- id: blacken-docs
types: [file, rst]
Expand All @@ -63,7 +63,7 @@ repos:
types: [file, python]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.12.1'
rev: 'v1.13.0'
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 49ff363

Please sign in to comment.