Skip to content

Commit 0870bb7

Browse files
committed
chore: Update from _rust template
2 parents 25a832a + 35fcbb7 commit 0870bb7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- uses: actions/setup-python@v5
27+
with:
28+
python-version: '3.x'
2729
- uses: pre-commit/[email protected]

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ We ask that commits are atomic, meaning they are complete and have a single resp
7878
PRs should tell a cohesive story, with test and refactor commits that keep the
7979
fix or feature commits simple and clear.
8080

81-
Specifically, we would encouage
81+
Specifically, we would encourage
8282
- File renames be isolated into their own commit
8383
- Add tests in a commit before their feature or fix, showing the current behavior.
8484
The diff for the feature/fix commit will then show how the behavior changed,

0 commit comments

Comments
 (0)