Skip to content

Commit

Permalink
chore: Run pre-commit all
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Apr 25, 2024
1 parent e10292b commit 48c03f7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/release-drafter-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ categories:
- title: 📦 Build system
labels: build
- title: 🛠️ Other improvements
labels: internal
labels: internal
2 changes: 1 addition & 1 deletion .github/release-drafter-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ categories:
- title: 📦 Build system
labels: build
- title: 🛠️ Other improvements
labels: internal
labels: internal
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ template: |
$CHANGES
Thank you to all our contributors for making this release possible!
$CONTRIBUTORS
$CONTRIBUTORS
2 changes: 1 addition & 1 deletion .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
with:
disable-releaser: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
commitish: ${{ inputs.sha || github.sha }}
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mintlify dev

### Publishing Changes

Install our Github App to autopropagate changes from youre repo to your deployment. Changes will be deployed to production automatically after pushing to the default branch. Find the link to install on your dashboard.
Install our Github App to autopropagate changes from youre repo to your deployment. Changes will be deployed to production automatically after pushing to the default branch. Find the link to install on your dashboard.

#### Troubleshooting

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pytest
pytest-benchmark
pytest-cov
pytest-memray
pytest-xdist
pytest-xdist
2 changes: 1 addition & 1 deletion requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mypy==1.8.0
ruff==0.2.0
typos==1.17.2
typos==1.17.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-e .[runner]
-e .[runner]

0 comments on commit 48c03f7

Please sign in to comment.