Skip to content

Commit

Permalink
Format build files (pantsbuild#16650)
Browse files Browse the repository at this point in the history
Ran `./pants fmt src/python/::` and black modified those build files...
there is probably something that needs to be enabled in CI so those
files don't regress.

[ci skip-rust]
  • Loading branch information
asherf authored Aug 26, 2022
1 parent b93841e commit 87fa330
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/python/pants/backend/codegen/soap/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

python_sources()

python_tests(name="tests")
python_tests(name="tests")
2 changes: 1 addition & 1 deletion src/python/pants/backend/kotlin/compile/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
python_sources()
python_tests(name="tests", timeout=240, dependencies=[":test_resources"])

resources(name="test_resources", sources=["*.test.lock"])
resources(name="test_resources", sources=["*.test.lock"])
2 changes: 1 addition & 1 deletion src/python/pants/backend/scala/compile/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
python_sources()

python_tests(name="tests", timeout=240, dependencies=[":test_resources"])
resources(name="test_resources", sources=["*.test.lock"])
resources(name="test_resources", sources=["*.test.lock"])

0 comments on commit 87fa330

Please sign in to comment.