Skip to content

Commit

Permalink
fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Nov 28, 2023
1 parent 70e7129 commit d4aa273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
- id: trailing-whitespace
name: " ✂️ Trim trailing whitespaces"
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.9.0 # Newer versions requires py3.8
hooks:
- id: black
name: " ✒️ Formatting code with Black"
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ The deployment of new releases is done automatically by a GitHub Action workflow
hatch version fix
```

3. Commit the new version, and create a new release on GitHub, which will automatically trigger the workflow to publish the new release to [PyPI](https://pypi.org/project/rdflib-endpoint/).
3. Commit the new version, and **create a new release on GitHub**, which will automatically trigger the workflow to publish the new release to [PyPI](https://pypi.org/project/rdflib-endpoint/).

You can also manually trigger the workflow from the Actions tab in your GitHub repository webpage if needed.

0 comments on commit d4aa273

Please sign in to comment.