Skip to content

Commit

Permalink
Add pre-commit hooks: check-toml, check-yaml, check-case-conflict, ch…
Browse files Browse the repository at this point in the history
…eck-docstring-first, end-of-file-fixer, trailing-whitespace
  • Loading branch information
mhsmith committed Oct 20, 2022
1 parent 96881f0 commit d4780b2
Show file tree
Hide file tree
Showing 81 changed files with 81 additions and 97 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ source =
show_missing = True
exclude_lines =
pragma: no cover
@(abc\.)?abstractmethod
@(abc\.)?abstractmethod
28 changes: 13 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,27 @@ defaults:
shell: bash

jobs:
beefore:
name: Pre-test checks
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/[email protected]
with:
python-version: ${{ env.min_python_version }}
- uses: pre-commit/[email protected]

docs:
runs-on: ubuntu-latest
strategy:
matrix:
task:
- flake8
# - towncrier-check
- docs
steps:
- uses: actions/checkout@v1
- uses: actions/[email protected]
with:
python-version: ${{ env.min_python_version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools
python -m pip install tox
- run: tox -e ${{ matrix.task }}
- run: pip install tox
- run: tox -e docs

package:
needs: beefore
needs: [pre-commit, docs]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand Down
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: check-toml
exclude: ^examples/.template/
- id: check-yaml
- id: check-case-conflict
- id: check-docstring-first
- id: end-of-file-fixer
- id: trailing-whitespace
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ BeeWare <3's contributions!
Please be aware, BeeWare operates under a Code of Conduct.

See [CONTRIBUTING to BeeWare](https://beeware.org/contributing/) for details.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1 change: 0 additions & 1 deletion attic/django/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ BeeWare <3's contributions!
Please be aware, BeeWare operates under a Code of Conduct.

See [CONTRIBUTING to BeeWare](https://beeware.org/contributing/) for details.

2 changes: 1 addition & 1 deletion attic/django/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1 change: 0 additions & 1 deletion attic/falcon/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ BeeWare <3's contributions!
Please be aware, BeeWare operates under a Code of Conduct.

See [CONTRIBUTING to BeeWare](https://beeware.org/contributing/) for details.

2 changes: 1 addition & 1 deletion attic/falcon/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ want to contribute code, please `fork the code`_ and `submit a pull request`_.
.. _BeeWare suite: http://beeware.org
.. _log them on Github: https://github.com/beeware/toga/issues
.. _fork the code: https://github.com/beeware/toga
.. _submit a pull request: https://github.com/beeware/toga/pulls
.. _submit a pull request: https://github.com/beeware/toga/pulls
1 change: 0 additions & 1 deletion attic/flask/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ BeeWare <3's contributions!
Please be aware, BeeWare operates under a Code of Conduct.

See [CONTRIBUTING to BeeWare](https://beeware.org/contributing/) for details.

2 changes: 1 addition & 1 deletion attic/flask/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1 change: 0 additions & 1 deletion attic/pyramid/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ BeeWare <3's contributions!
Please be aware, BeeWare operates under a Code of Conduct.

See [CONTRIBUTING to BeeWare](https://beeware.org/contributing/) for details.

2 changes: 1 addition & 1 deletion attic/pyramid/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ want to contribute code, please `fork the code`_ and `submit a pull request`_.
.. _BeeWare suite: http://beeware.org
.. _log them on Github: https://github.com/beeware/toga/issues
.. _fork the code: https://github.com/beeware/toga
.. _submit a pull request: https://github.com/beeware/toga/pulls
.. _submit a pull request: https://github.com/beeware/toga/pulls
1 change: 0 additions & 1 deletion attic/starlette/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ BeeWare <3's contributions!
Please be aware, BeeWare operates under a Code of Conduct.

See [CONTRIBUTING to BeeWare](https://beeware.org/contributing/) for details.

2 changes: 1 addition & 1 deletion attic/starlette/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ want to contribute code, please `fork the code`_ and `submit a pull request`_.
.. _BeeWare suite: http://beeware.org
.. _log them on Github: https://github.com/beeware/toga/issues
.. _fork the code: https://github.com/beeware/toga
.. _submit a pull request: https://github.com/beeware/toga/pulls
.. _submit a pull request: https://github.com/beeware/toga/pulls
1 change: 0 additions & 1 deletion attic/tornado/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ BeeWare <3's contributions!
Please be aware, BeeWare operates under a Code of Conduct.

See [CONTRIBUTING to BeeWare](https://beeware.org/contributing/) for details.

2 changes: 1 addition & 1 deletion attic/tornado/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ want to contribute code, please `fork the code`_ and `submit a pull request`_.
.. _BeeWare suite: http://beeware.org
.. _log them on Github: https://github.com/beeware/toga/issues
.. _fork the code: https://github.com/beeware/toga
.. _submit a pull request: https://github.com/beeware/toga/pulls
.. _submit a pull request: https://github.com/beeware/toga/pulls
2 changes: 1 addition & 1 deletion attic/win32/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ include LICENSE
include tox.ini
include README.rst
recursive-include toga_win32 *.py
recursive-include tests *.py
recursive-include tests *.py
2 changes: 1 addition & 1 deletion attic/win32/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ want to contribute code, please `fork the code`_ and `submit a pull request`_.
.. _beeware/general: https://gitter.im/beeware/general
.. _log them on Github: https://github.com/beeware/toga/issues
.. _fork the code: https://github.com/beeware/toga
.. _submit a pull request: https://github.com/beeware/toga/pulls
.. _submit a pull request: https://github.com/beeware/toga/pulls
1 change: 0 additions & 1 deletion attic/win32/toga_win32/libs/debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ def f(*args):
return f
else:
DebugLibrary = lambda lib: lib

2 changes: 1 addition & 1 deletion attic/win32/toga_win32/widgets/multilinetextinput.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from ..libs import *

class MultilineTextInput(TextInput):
control_style = ES_MULTILINE | ES_WANTRETURN | ES_AUTOVSCROLL
control_style = ES_MULTILINE | ES_WANTRETURN | ES_AUTOVSCROLL
5 changes: 2 additions & 3 deletions demo/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Contributing

BeeWare <3's contributions!
BeeWare <3's contributions!

Please be aware, BeeWare operates under a Code of Conduct.
Please be aware, BeeWare operates under a Code of Conduct.

See [CONTRIBUTING to BeeWare](http://beeware.org/contributing) for details.

2 changes: 1 addition & 1 deletion demo/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2 changes: 1 addition & 1 deletion docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ div.body table.widget-descriptions td:first-of-type p,
div.body table.widget-descriptions th:first-of-type p
{
text-align: left;
}
}
1 change: 0 additions & 1 deletion docs/background/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,3 @@ Initial public release. Includes:
* A GTK+ backend
* A proof-of-concept Win32 backend
* A proof-of-concept iOS backend

1 change: 0 additions & 1 deletion docs/background/success.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ Want to see examples of Toga in use? Here's some:

* `Travel Tips <https://itunes.apple.com/au/app/travel-tips/id1336372310>`_ is an app in the iOS App Store that uses Toga to describe it's user interface.
* `Eddington <https://github.com/EddLabs/eddington-gui>`_ is a data fitting tool based on *Toga* and *Briefcase*

4 changes: 3 additions & 1 deletion docs/how-to/contribute.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FIXME pre-commit

.. _contribute:

=========================
Expand All @@ -9,7 +11,7 @@ contribute code, please `fork the code`_ and `submit a pull request`_. You may
also find `this presentation by BeeWare team member Dan Yeaw
<https://youtu.be/sWt_sEZUiY8>`__ helpful. This talk gives an architectural
overview of Toga, as well as providing a guide to the process of adding new
widgets.
widgets.


.. _log them on Github: https://github.com/beeware/toga/issues
Expand Down
2 changes: 1 addition & 1 deletion docs/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ results in %BUILDDIR%/doctest/output.txt.
goto end
)

:end
:end
1 change: 0 additions & 1 deletion docs/reference/api/containers/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ Containers
optioncontainer
scrollcontainer
splitcontainer

1 change: 0 additions & 1 deletion docs/reference/platforms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,3 @@ Unofficial platform support
===========================

At present, there are no known unofficial platform backends.

2 changes: 1 addition & 1 deletion docs/tutorial/tutorial-issues-note.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.. note:: Toga is a work in progress, and may not be consistent across all platforms.

Please check the `Tutorial Issues <https://github.com/beeware/toga/issues?q=is%3Aopen+is%3Aissue+label%3Atutorial-bugs>`_ label on Github to see what's currently broken.
Please check the `Tutorial Issues <https://github.com/beeware/toga/issues?q=is%3Aopen+is%3Aissue+label%3Atutorial-bugs>`_ label on Github to see what's currently broken.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Put any icons or images in this directory.
Put any icons or images in this directory.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Put any icons or images in this directory.
Put any icons or images in this directory.
2 changes: 1 addition & 1 deletion examples/canvas/canvas/resources/README
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Put any icons or images in this directory.
Put any icons or images in this directory.
2 changes: 1 addition & 1 deletion examples/colors/colors/resources/README
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Put any icons or images in this directory.
Put any icons or images in this directory.
2 changes: 1 addition & 1 deletion examples/date_and_time/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ To run this example on Windows:
To run this example on Android:

$ pip install briefcase
$ briefcase run android
$ briefcase run android
2 changes: 1 addition & 1 deletion examples/dialogs/dialogs/resources/README
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Put any icons or images in this directory.
Put any icons or images in this directory.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Put any icons or images in this directory.
Put any icons or images in this directory.
2 changes: 1 addition & 1 deletion examples/font/font/resources/README
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Put any icons or images in this directory.
Put any icons or images in this directory.
2 changes: 1 addition & 1 deletion examples/handlers/handlers/resources/README
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Put any icons or images in this directory.
Put any icons or images in this directory.
2 changes: 1 addition & 1 deletion examples/layout/layout/resources/README
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Put any icons or images in this directory.
Put any icons or images in this directory.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Put any icons or images in this directory.
Put any icons or images in this directory.
2 changes: 1 addition & 1 deletion examples/numberinput/numberinput/resources/README
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Put any icons or images in this directory.
Put any icons or images in this directory.
2 changes: 1 addition & 1 deletion examples/optioncontainer/optioncontainer/resources/README
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Put any icons or images in this directory.
Put any icons or images in this directory.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
<body>
<h1>Hello World</h1>
</body>
</html>
</html>
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
h1 {
font-family: sans-serif;
}
}
2 changes: 1 addition & 1 deletion examples/scrollcontainer/scrollcontainer/resources/README
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Put any icons or images in this directory.
Put any icons or images in this directory.
2 changes: 1 addition & 1 deletion examples/switch_demo/switch_demo/resources/README
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Put any icons or images in this directory.
Put any icons or images in this directory.
2 changes: 1 addition & 1 deletion examples/textinput/textinput/resources/README
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Put any icons or images in this directory.
Put any icons or images in this directory.
2 changes: 1 addition & 1 deletion examples/window/window/resources/README
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Put any icons or images in this directory.
Put any icons or images in this directory.
1 change: 0 additions & 1 deletion nursery/curses/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ BeeWare <3's contributions!
Please be aware, BeeWare operates under a Code of Conduct.

See [CONTRIBUTING to BeeWare](https://beeware.org/contributing/) for details.

1 change: 0 additions & 1 deletion nursery/qt/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ BeeWare <3's contributions!
Please be aware, BeeWare operates under a Code of Conduct.

See [CONTRIBUTING to BeeWare](https://beeware.org/contributing/) for details.

1 change: 0 additions & 1 deletion nursery/tvOS/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ BeeWare <3's contributions!
Please be aware, BeeWare operates under a Code of Conduct.

See [CONTRIBUTING to BeeWare](https://beeware.org/contributing/) for details.

2 changes: 1 addition & 1 deletion nursery/tvOS/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ want to contribute code, please `fork the code`_ and `submit a pull request`_.
.. _BeeWare suite: http://beeware.org
.. _log them on Github: https://github.com/beeware/toga/issues
.. _fork the code: https://github.com/beeware/toga
.. _submit a pull request: https://github.com/beeware/toga/pulls
.. _submit a pull request: https://github.com/beeware/toga/pulls
1 change: 0 additions & 1 deletion nursery/uwp/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ BeeWare <3's contributions!
Please be aware, BeeWare operates under a Code of Conduct.

See [CONTRIBUTING to BeeWare](https://beeware.org/contributing/) for details.

1 change: 0 additions & 1 deletion nursery/watchOS/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ BeeWare <3's contributions!
Please be aware, BeeWare operates under a Code of Conduct.

See [CONTRIBUTING to BeeWare](https://beeware.org/contributing/) for details.

1 change: 0 additions & 1 deletion src/android/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ BeeWare <3's contributions!
Please be aware, BeeWare operates under a Code of Conduct.

See [CONTRIBUTING to BeeWare](https://beeware.org/contributing/) for details.

2 changes: 1 addition & 1 deletion src/android/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2 changes: 1 addition & 1 deletion src/android/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ want to contribute code, please `fork the code`_ and `submit a pull request`_.
.. _BeeWare suite: http://beeware.org
.. _log them on Github: https://github.com/beeware/toga/issues
.. _fork the code: https://github.com/beeware/toga
.. _submit a pull request: https://github.com/beeware/toga/pulls
.. _submit a pull request: https://github.com/beeware/toga/pulls
1 change: 0 additions & 1 deletion src/cocoa/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ BeeWare <3's contributions!
Please be aware, BeeWare operates under a Code of Conduct.

See [CONTRIBUTING to BeeWare](https://beeware.org/contributing/) for details.

2 changes: 1 addition & 1 deletion src/cocoa/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2 changes: 1 addition & 1 deletion src/cocoa/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ want to contribute code, please `fork the code`_ and `submit a pull request`_.
.. _BeeWare suite: http://beeware.org
.. _log them on Github: https://github.com/beeware/toga/issues
.. _fork the code: https://github.com/beeware/toga
.. _submit a pull request: https://github.com/beeware/toga/pulls
.. _submit a pull request: https://github.com/beeware/toga/pulls
Loading

0 comments on commit d4780b2

Please sign in to comment.