Skip to content

Commit

Permalink
Merge branch 'spookylukey:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Jul 17, 2022
2 parents b073ffd + 5785164 commit 0130b4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:
- id: flynt
language_version: python3.9
- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0
rev: v2.37.1
hooks:
- id: pyupgrade
entry: pyupgrade --py3-plus --py36-plus --keep-runtime-typing
Expand Down
1 change: 1 addition & 0 deletions docs/standard/ipn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Using PayPal Standard IPN
``views.py``:

.. code-block:: python
from django.urls import reverse
from django.shortcuts import render
from paypal.standard.forms import PayPalPaymentsForm
Expand Down

0 comments on commit 0130b4d

Please sign in to comment.