Skip to content

Commit

Permalink
update lockfile and precommit config
Browse files Browse the repository at this point in the history
  • Loading branch information
kiraware committed Sep 18, 2024
1 parent e54d3e3 commit fb24269
Show file tree
Hide file tree
Showing 2 changed files with 532 additions and 484 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:

# mypy - lint-like type checking
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.1
rev: v1.11.2
hooks:
- id: mypy
name: mypy
Expand All @@ -31,7 +31,7 @@ repos:

# ruff - linting and format
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.5.0"
rev: "v0.6.5"
hooks:
- id: ruff
args: [--fix]
Expand Down
Loading

0 comments on commit fb24269

Please sign in to comment.