diff --git a/.github/release-drafter-engine.yml b/.github/release-drafter-engine.yml index 26500e1c..2c58cc80 100644 --- a/.github/release-drafter-engine.yml +++ b/.github/release-drafter-engine.yml @@ -34,4 +34,4 @@ categories: - title: 📦 Build system labels: build - title: 🛠️ Other improvements - labels: internal \ No newline at end of file + labels: internal diff --git a/.github/release-drafter-ui.yml b/.github/release-drafter-ui.yml index 4b1ed808..dd416ced 100644 --- a/.github/release-drafter-ui.yml +++ b/.github/release-drafter-ui.yml @@ -37,4 +37,4 @@ categories: - title: 📦 Build system labels: build - title: 🛠️ Other improvements - labels: internal \ No newline at end of file + labels: internal diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 796b7d93..d1b12405 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -59,4 +59,4 @@ template: | $CHANGES Thank you to all our contributors for making this release possible! - $CONTRIBUTORS \ No newline at end of file + $CONTRIBUTORS diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index dca6582b..7c9be450 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -17,4 +17,4 @@ jobs: with: disable-releaser: true env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index a5386a6a..a99aedd1 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -35,4 +35,4 @@ jobs: commitish: ${{ inputs.sha || github.sha }} disable-autolabeler: true env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/docs/README.md b/docs/README.md index c89c478d..cfed4299 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 diff --git a/requirements-dev.txt b/requirements-dev.txt index 4aafe822..1edb9d68 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,4 +3,4 @@ pytest pytest-benchmark pytest-cov pytest-memray -pytest-xdist \ No newline at end of file +pytest-xdist diff --git a/requirements-lint.txt b/requirements-lint.txt index 0bbe05d0..225616bb 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,3 +1,3 @@ mypy==1.8.0 ruff==0.2.0 -typos==1.17.2 \ No newline at end of file +typos==1.17.2 diff --git a/requirements.txt b/requirements.txt index c1324f0c..6f1ac299 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ --e .[runner] \ No newline at end of file +-e .[runner]