Skip to content

Commit

Permalink
flake8: ignore .git directory
Browse files Browse the repository at this point in the history
otherwise it will try to check files if a branch name ends with .py
  • Loading branch information
lazka committed Sep 3, 2024
1 parent ba392c2 commit 993c8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
ignore=E402,E741
builtins=buffer,unichr
max-line-length = 100
exclude = build
exclude = build,.git

0 comments on commit 993c8b1

Please sign in to comment.