Skip to content

Commit

Permalink
Fix black.
Browse files Browse the repository at this point in the history
Point it to the current directory (works great, and it's much faster).
  • Loading branch information
khatchad committed Apr 12, 2024
1 parent 8d6b01b commit 3d22ba5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,8 @@
</pom>
<python>
<includes>
<include>**/*.py</include>
<include>.</include>
</includes>
<excludes>
<!-- Don't format generated files. -->
<exclude>**/bin/</exclude>
<exclude>**/target/</exclude>
</excludes>
<black>
<version>${black.version}</version>
</black>
Expand Down

0 comments on commit 3d22ba5

Please sign in to comment.