Skip to content

Commit 5579f40

Browse files
authored
Merge pull request #111 from target/precommit
Run a pre-commit clean on all
2 parents cbb1e7e + 25fd531 commit 5579f40

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

.github/workflows/make-based-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- name: Checkout code
3838
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
39-
39+
4040
- name: Set up Homebrew
4141
id: set-up-homebrew
4242
uses: Homebrew/actions/setup-homebrew@master

.github/workflows/pre-commit-updates.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ on:
44
# every day at midnight
55
schedule:
66
- cron: "0 16 * * 3"
7-
# on demand
7+
# on demand
88
workflow_dispatch:
99

1010
jobs:
1111
auto-update:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15-
15+
1616
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
17-
17+
1818
- uses: browniebroke/pre-commit-autoupdate-action@deb83bfe0036e1116ee4e241d6220274d69b1f9e # v1.0.0
1919
env:
2020
SKIP: "Reset Poetry Project Version to 0.0.0"
21-
21+
2222
- uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7
2323
if: always()
2424
with:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,3 @@ dmypy.json
127127

128128
# Vscode
129129
.vscode
130-

Brewfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,3 @@ if OS.linux?
5353
end
5454

5555
# vim: set filetype=ruby syntax=brewfile
56-

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Read more about why this exists at the Target Tech blog post
88
> [!TIP]
99
> **Quickstart:** With [Homebrew](https://brew.sh) installed and `brew` available (`which brew`):
1010
> ```bash
11-
> # if you use the gh CLI tool
11+
> # if you use the gh CLI tool
1212
> gh repo clone target/make-python-devex
1313
> # or just git
1414
> git clone https://github.com/target/make-python-devex.git

0 commit comments

Comments
 (0)