Skip to content

Commit

Permalink
Prepare for using pre-commit.ci
Browse files Browse the repository at this point in the history
- Add badge to README.rst
- Remove checkqa from GitHub actions, already covered by pre-commit.ci
- Remove fussyfox configuration, already covered by pre-commit.ci
  • Loading branch information
jdufresne committed Feb 7, 2021
1 parent 803ef5a commit a3515a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .fussyfox.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
fail-fast: false
matrix:
toxenv:
- checkqa
- readme
python-version:
- "3.x"
Expand Down
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
|jazzband| |pypi| |pyversions| |buildstatus-gha| |codecov|
|jazzband| |pypi| |pyversions| |pre-commit| |buildstatus-gha| |codecov|

==================================
pip-tools = pip-compile + pip-sync
Expand All @@ -19,6 +19,9 @@ even when you've pinned them. You do pin them, right? (In building your Python
.. |jazzband| image:: https://jazzband.co/static/img/badge.svg
:alt: Jazzband
:target: https://jazzband.co/
.. |pre-commit| image:: https://results.pre-commit.ci/badge/github/jazzband/pip-tools/master.svg
:alt: pre-commit.ci status
:target: https://results.pre-commit.ci/latest/github/jazzband/pip-tools/master
.. |pypi| image:: https://img.shields.io/pypi/v/pip-tools.svg
:alt: PyPI version
:target: https://pypi.org/project/pip-tools/
Expand Down

0 comments on commit a3515a0

Please sign in to comment.