Skip to content

Commit

Permalink
Merge pull request #111 from target/precommit
Browse files Browse the repository at this point in the history
Run a pre-commit clean on all
  • Loading branch information
colindean authored Dec 23, 2024
2 parents cbb1e7e + 25fd531 commit 5579f40
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make-based-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pre-commit-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ on:
# every day at midnight
schedule:
- cron: "0 16 * * 3"
# on demand
# on demand
workflow_dispatch:

jobs:
auto-update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5

- uses: browniebroke/pre-commit-autoupdate-action@deb83bfe0036e1116ee4e241d6220274d69b1f9e # v1.0.0
env:
SKIP: "Reset Poetry Project Version to 0.0.0"

- uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7
if: always()
with:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,3 @@ dmypy.json

# Vscode
.vscode

1 change: 0 additions & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,3 @@ if OS.linux?
end

# vim: set filetype=ruby syntax=brewfile

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Read more about why this exists at the Target Tech blog post
> [!TIP]
> **Quickstart:** With [Homebrew](https://brew.sh) installed and `brew` available (`which brew`):
> ```bash
> # if you use the gh CLI tool
> # if you use the gh CLI tool
> gh repo clone target/make-python-devex
> # or just git
> git clone https://github.com/target/make-python-devex.git
Expand Down

0 comments on commit 5579f40

Please sign in to comment.