Skip to content

Commit c76a2a8

Browse files
committed
Run pre-commit rules against repository
Signed-off-by: Federico Busetti <729029+febus982@users.noreply.github.com>
1 parent 60dffa8 commit c76a2a8

File tree

9 files changed

+10
-11
lines changed

9 files changed

+10
-11
lines changed

.github/workflows/python-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ jobs:
3636
- name: Check typing
3737
run: |
3838
make typing
39-

.idea/bootstrap-python-package.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Pytest.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ It is configured with all the following features:
2828
* GitHub pages documentation using [mkdocs](https://www.mkdocs.org)
2929

3030
This project doesn't currently use [tox](https://tox.wiki/en/4.11.4/index.html) or other matrix
31-
testing utilities. I prefer to run the tests only against the latest python locally, and run
31+
testing utilities. I prefer to run the tests only against the latest python locally, and run
3232
previous python versions directly in the CI pipeline.
3333

3434
## How to use this repository template to create a new package
@@ -41,7 +41,7 @@ previous python versions directly in the CI pipeline.
4141
* Owner: The github repository owner (in this case `febus982`)
4242
* Repository name: The github repository name (in this case `bootstrap-python-package`)
4343
* Workflow name: `release.yml`
44-
* Create a GitHub Actions secret named `CODECLIMATE_REPORTER_ID` (at URL `https://github.com/GITHUB_NAME_OR_ORGANIZATION/GITHUB_REPOSITORY/settings/secrets/actions`)
44+
* Create a GitHub Actions secret named `CODECLIMATE_REPORTER_ID` (at URL `https://github.com/GITHUB_NAME_OR_ORGANIZATION/GITHUB_REPOSITORY/settings/secrets/actions`)
4545
containing the codeclimate reporter id (you can find it at `https://codeclimate.com/repos/YOUR_REPO_ID/settings/test_reporter`).
4646
If you don't want to use CodeClimate just delete `workflows/python-quality.yml`.
4747
* Update the badges in `README.md`! (check [shields.io](https://shields.io/) for extra badges)

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It is configured with all the following features:
1515
* GitHub pages documentation using [mkdocs](https://www.mkdocs.org)
1616

1717
This project doesn't currently use [tox](https://tox.wiki/en/4.11.4/index.html) or other matrix
18-
testing utilities. I prefer to run the tests only against the latest python locally, and run
18+
testing utilities. I prefer to run the tests only against the latest python locally, and run
1919
previous python versions directly in the CI pipeline.
2020

2121
## How to use this repository template to create a new package
@@ -28,7 +28,7 @@ previous python versions directly in the CI pipeline.
2828
* Owner: The github repository owner (in this case `febus982`)
2929
* Repository name: The github repository name (in this case `bootstrap-python-package`)
3030
* Workflow name: `release.yml`
31-
* Create a GitHub Actions secret named `CODECLIMATE_REPORTER_ID` (at URL `https://github.com/GITHUB_NAME_OR_ORGANIZATION/GITHUB_REPOSITORY/settings/secrets/actions`)
31+
* Create a GitHub Actions secret named `CODECLIMATE_REPORTER_ID` (at URL `https://github.com/GITHUB_NAME_OR_ORGANIZATION/GITHUB_REPOSITORY/settings/secrets/actions`)
3232
containing the codeclimate reporter id (you can find it at `https://codeclimate.com/repos/YOUR_REPO_ID/settings/test_reporter`).
3333
If you don't want to use CodeClimate just delete `workflows/python-quality.yml`.
3434
* Update the badges in `README.md`! (check [shields.io](https://shields.io/) for extra badges)

0 commit comments

Comments
 (0)