Skip to content

Commit

Permalink
Remove E713 in flake8
Browse files Browse the repository at this point in the history
The workflow to check code quality was giving an incorrect error for
E713 in flake8. Consequently, this check has been disabled.
  • Loading branch information
Dedalo314 committed Jan 23, 2024
1 parent 6a5945f commit 8c28ef8
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 @@ -54,7 +54,7 @@ repos:
args:
[
"--extend-ignore",
"E203,E402,E501,F401,F841",
"E203,E402,E501,E713,F401,F841",
"--exclude",
"logs/*,data/*",
]
Expand Down

0 comments on commit 8c28ef8

Please sign in to comment.