Skip to content

Commit

Permalink
Merge pull request #147 from theochem/RichRick1-patch-1
Browse files Browse the repository at this point in the history
Fix pre-commit link
  • Loading branch information
RichRick1 authored Jan 2, 2025
2 parents dc9835b + 67820ea commit 5c44f1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.7]
python-version: [3.10.12]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ We particularly suggest you review:

We also recommend installing pre-commit hooks. That ensure certain basic coding
style issues can be detected and fixed before submitting the pull request.
To set up these hooks, install [https://pre-commit.com/](pre-commit)
To set up these hooks, install [https://pre-commit.com/](https://pre-commit.com)
(e.g. using `pip install --user pre-commit`) and run `pre-commit install`.

0 comments on commit 5c44f1f

Please sign in to comment.