Skip to content

Commit

Permalink
ignore codegen folder for python black check
Browse files Browse the repository at this point in the history
  • Loading branch information
simpleton authored and michalgr committed Sep 10, 2024
1 parent db0580c commit 0bca49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/jdwp/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jdwp-check: jdwp-host-prepare
buck2 run //projects/jdwp:main
buck2 test //projects/jdwp/...
pyre check
black projects/jdwp --check
black projects/jdwp --check --extend-exclude "codegen"

jdwp-format: black-host
black projects/jdwp

0 comments on commit 0bca49e

Please sign in to comment.