Skip to content

Commit

Permalink
Merge pull request Pylons#3708 from stevepiercy/fix-lint-setup-check
Browse files Browse the repository at this point in the history
Fix lint setup check
  • Loading branch information
mmerickel authored Sep 29, 2022
2 parents 327473f + 339af3d commit 97481ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ Pyramid
:target: https://web.libera.chat/#pyramid
:alt: IRC Libera.Chat

`Pyramid <https://trypyramid.com/>`_ is a small, fast, down-to-earth, open
source Python web framework. It makes real-world web application development
Pyramid is a small, fast, down-to-earth, open source Python web framework.
It makes real-world web application development
and deployment more fun, more predictable, and more productive.
`Try Pyramid <https://trypyramid.com/>`_, browse its add-ons and documentation, and get an overview.

.. code-block:: python
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ commands =
python setup.py check -r -s -m
check-manifest
deps =
flake8~=4.0.1
black~=22.1.0
flake8~=5.0.4
black~=22.6.0
isort~=5.10
readme_renderer
check-manifest
Expand Down

0 comments on commit 97481ac

Please sign in to comment.