Skip to content

Commit

Permalink
change pennylane to thewalrus (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisac authored Feb 8, 2022
1 parent b160931 commit 2e32e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Please complete the following checklist when submitting a PR:
[PEP8 standards](https://www.python.org/dev/peps/pep-0008/).
We check all of our code against [Pylint](https://www.pylint.org/).
To lint modified files, simply `pip install pylint`, and then
run `pylint pennylane/path/to/file.py`.
run `pylint thewalrus/path/to/file.py`.

When all the above are checked, delete everything above the dashed
line and fill in the pull request template.
Expand Down

0 comments on commit 2e32e46

Please sign in to comment.