Skip to content

Commit

Permalink
fix the pre commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyes319 committed Sep 21, 2024
1 parent a2e68ed commit 7469e11
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 @@ -41,7 +41,7 @@ repos:
'--disable=missing-class-docstring',
'--disable=missing-function-docstring',
'--disable=too-many-arguments',
'--diable=too-many-positional-arguments',
'--disable=too-many-positional-arguments',
'--disable=too-many-locals',
'--disable=not-callable',
'--disable=logging-fstring-interpolation',
Expand Down

0 comments on commit 7469e11

Please sign in to comment.