Skip to content

Commit

Permalink
Update docs and fix tox.ini to properly run flake8 on the whole repo
Browse files Browse the repository at this point in the history
  • Loading branch information
SharpBit committed Oct 7, 2024
1 parent 92ae917 commit a084729
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ Welcome to Brawl Stats' documentation!
:target: https://travis-ci.com/SharpBit/brawlstats
:alt: Travis-CI build

.. image:: https://img.shields.io/pypi/pyversions/brawlstats.svg
:target: https://pypi.org/project/brawlstats/
:alt: Supported Versions

.. image:: https://img.shields.io/github/license/SharpBit/brawlstats.svg
:target: https://github.com/SharpBit/brawlstats/blob/master/LICENSE
:alt: MIT License

- This library is a sync and async wrapper for the Brawl Stars API.
- Python 3.5.3 or later is required.
- This library is a sync and async Python wrapper for the Brawl Stars API.
- Python 3.9 or later is required.

Features
~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion docs/logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ stdout of your program.

Currently, the following things are logged:

- ``DEBUG``: API Requests
- ``DEBUG``: API Requests, Cache Hits



Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ filterwarnings =
[testenv]
deps = -Ur{toxinidir}/requirements-dev.txt
commands =
flake8 tests
flake8 .
pytest
passenv =
token
Expand Down

0 comments on commit a084729

Please sign in to comment.