Skip to content

Commit

Permalink
Exclude check_clang_tidy.py from flake8 check
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettDong committed Mar 30, 2023
1 parent 5e6e8e2 commit 74ec1d3
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
@@ -1,5 +1,5 @@
[flake8]
exclude = .git,__pycache__,lang/json
exclude = .git,__pycache__,lang/json,tools/clang-tidy-plugin/test/check_clang_tidy.py
ignore =
# E265 forces comments to have a space after the '#'. We have a bunch of
# optional debugging code commented out this way, and not having a space is
Expand Down

0 comments on commit 74ec1d3

Please sign in to comment.