Skip to content

Commit

Permalink
updating precommit flake rule to ignore the false positive jaxtyping …
Browse files Browse the repository at this point in the history
…issue - fixed
  • Loading branch information
SebastianScherer88 committed Jan 30, 2025
1 parent 1ecc0e5 commit e7b3135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: flake8
args:
- --per-file-ignores=sdk/test/unit/server/conftest.py:E501
- --ignore F722
- --ignore=F722
# - repo: https://github.com/pre-commit/pre-commit-hooks
# rev: v2.3.0
# hooks:
Expand Down

0 comments on commit e7b3135

Please sign in to comment.