Skip to content

Commit

Permalink
Limit pre-commit to <4.0.0 until "docformatter" supports it
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Oct 18, 2024
1 parent 1c4a205 commit 89cfc46
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ repos:
hooks:
- id: docformatter
args: [--in-place]
language: python

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ the new BSD license). The license is an OSI approved Open Source
license and is GPL-compatible(1).

The license text can also be found here:
https://opensource.org/license/BSD-3-Clause
https://www.opensource.org/license/BSD-3-Clause


License
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ please refer to the `official documentation`_.

The pytest-celery plugin is Open Source and licensed under the `BSD License`_.

.. _`BSD License`: http://www.opensource.org/licenses/BSD-3-Clause
.. _`BSD License`: https://www.opensource.org/license/BSD-3-Clause

Donations
=========
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
r"https://github\.com/Jc2k/pytest-docker-tools\?tab=readme-ov-file#fixture-wrappers",
r"https://github\.com/celery/celery/blob/main/requirements/test\.txt#L2",
r"https://github\.com/celery/celery/blob/main/tox\.ini#L30",
r"https://www.opensource\.org/licenses/BSD-3-Clause",
],
autodoc_mock_imports=[],
)
Expand Down
2 changes: 1 addition & 1 deletion docs/copyright.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ compatible license to this one.
While the *pytest-celery* documentation is offered under the
Creative Commons *Attribution-ShareAlike 4.0 International* license,
the pytest-celery *software* is offered under the
`BSD License (3 Clause) <http://www.opensource.org/licenses/BSD-3-Clause>`_.
`BSD License (3 Clause) <https://www.opensource.org/license/BSD-3-Clause>`_.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ please refer to the `official documentation`_.

The pytest-celery plugin is Open Source and licensed under the `BSD License`_.

.. _`BSD License`: http://www.opensource.org/licenses/BSD-3-Clause
.. _`BSD License`: https://www.opensource.org/license/BSD-3-Clause

Donations
=========
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ flake8 = [
pre-commit = [
{ version = "^2.21.0", python = "<3.8.0" },
{ version = "^3.1.0", python = ">=3.8.0,<4.0" },
{ version = ">=3.6.0", python = ">=3.9.0,<4.0" },
{ version = "^3.8.0", python = ">=3.9.0,<4.0" },
]
mypy = ">=1.11.2"
types-redis = ">=4.6.0.20240218"
Expand Down

0 comments on commit 89cfc46

Please sign in to comment.