Skip to content
Snippets Groups Projects
Commit 02b9f6de authored by auphelia's avatar auphelia
Browse files

[pre-commit] Specify python for flake8

parent 462b747e
No related branches found
No related tags found
No related merge requests found
...@@ -68,3 +68,5 @@ repos: ...@@ -68,3 +68,5 @@ repos:
# black-compatible flake-8 config # black-compatible flake-8 config
args: ['--max-line-length=88', # black default args: ['--max-line-length=88', # black default
'--extend-ignore=E203'] # E203 is not PEP8 compliant '--extend-ignore=E203'] # E203 is not PEP8 compliant
language_version: python3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment