Skip to content

Commit

Permalink
Use pre-commit.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Jul 22, 2023
1 parent 4d87f1f commit b0485c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ on:
pull_request:

jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/action@v2.0.2
tests:
name: "Python ${{ matrix.python-version }}"
runs-on: "ubuntu-latest"
Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
:alt: License: AGPL-3
.. image:: https://github.com/acsone/git-aggregator/actions/workflows/ci.yml/badge.svg
:target: https://github.com/acsone/git-aggregator/actions/workflows/ci.yml
.. image:: https://results.pre-commit.ci/badge/github/acsone/git-aggregator/master.svg
:target: https://results.pre-commit.ci/latest/github/acsone/git-aggregator/master
:alt: pre-commit.ci status
.. image:: https://img.shields.io/pypi/pyversions/git-aggregator

==============
Expand Down Expand Up @@ -226,6 +229,7 @@ Changes

* [BREAKING] drop support for other configuration file formats than yaml
* Ensure git pull is always done in fast-forward mode
* Drop support for python 3.6, test with python 3.11

3.0.1 (2022-09-21)
------------------
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
"Topic :: Utilities",
"Topic :: System :: Shells",
Expand Down

0 comments on commit b0485c6

Please sign in to comment.