Skip to content

Commit

Permalink
Complete "pre-commit" configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Nov 14, 2024
1 parent 1e34020 commit 5d0c87d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ repos:
pass_filenames: false
types: [ rust ]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.7.3
hooks:
- id: ruff-format
- id: ruff
Expand All @@ -71,8 +71,6 @@ repos:
rev: v1.13.0
hooks:
- id: mypy
args:
- --strict
additional_dependencies:
- 'hypothesis>=6.116.0'
- 'pytest>=8.3.3'
Expand Down

0 comments on commit 5d0c87d

Please sign in to comment.