Skip to content

Commit

Permalink
Merge pull request #4 from AlexTereshenkov/pants/upgrade-2.18.0
Browse files Browse the repository at this point in the history
pants: upgrade Pants to 2.18.0
  • Loading branch information
AlexTereshenkov authored Nov 19, 2023
2 parents 116f146 + 566259c commit effb101
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ jobs:
- name: Test
run: |
pants test ::
- name: Validate dependencies
run: |
pants dependencies :: > /dev/null
- name: Upload pants log
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ because an application is not allowed to import from another application.

There's a branch named `dependency-violations` containing multiple violations that you can check out to learn more.

Run `pants lint ::` to validate dependencies.

## Rules

### Sources
Expand Down
2 changes: 1 addition & 1 deletion pants.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[GLOBAL]
pants_version = "2.17.0"
pants_version = "2.18.0"
backend_packages.add = [
"pants.backend.python",
"pants.backend.python.lint.black",
Expand Down

0 comments on commit effb101

Please sign in to comment.