Skip to content

Commit

Permalink
Bumped mypy and ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
alcides committed Oct 17, 2023
1 parent a89feb2 commit b28c41b
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 @@ -26,12 +26,12 @@ repos:
- id: pycln
args: [--config=pyproject.toml]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.6.0
hooks:
- id: mypy
args: [--no-strict-optional, --ignore-missing-imports]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.282
rev: v0.1.0
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit b28c41b

Please sign in to comment.