Skip to content

Commit 92140c2

Browse files
committed
Limit pre-commit to <4.0.0 until "docformatter" supports it
1 parent 1c4a205 commit 92140c2

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
minimum_pre_commit_version: '3.8.0'
2+
13
repos:
24
- repo: https://github.com/python-poetry/poetry
35
rev: 1.8.0

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ the new BSD license). The license is an OSI approved Open Source
55
license and is GPL-compatible(1).
66

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

1010

1111
License

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ please refer to the `official documentation`_.
3030

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

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

3535
Donations
3636
=========

docs/copyright.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ compatible license to this one.
2626
While the *pytest-celery* documentation is offered under the
2727
Creative Commons *Attribution-ShareAlike 4.0 International* license,
2828
the pytest-celery *software* is offered under the
29-
`BSD License (3 Clause) <http://www.opensource.org/licenses/BSD-3-Clause>`_.
29+
`BSD License (3 Clause) <https://www.opensource.org/license/BSD-3-Clause>`_.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ please refer to the `official documentation`_.
2020

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

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

2525
Donations
2626
=========

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ flake8 = [
116116
pre-commit = [
117117
{ version = "^2.21.0", python = "<3.8.0" },
118118
{ version = "^3.1.0", python = ">=3.8.0,<4.0" },
119-
{ version = ">=3.6.0", python = ">=3.9.0,<4.0" },
119+
{ version = "^3.8.0", python = ">=3.9.0,<4.0" },
120120
]
121121
mypy = ">=1.11.2"
122122
types-redis = ">=4.6.0.20240218"

0 commit comments

Comments
 (0)