Compare commits
2 Commits
feature_01
...
main
Author | SHA1 | Date |
---|---|---|
p53209761 | 3210aaa2df | |
p53209761 | 50c4734fb8 |
|
@ -1,47 +0,0 @@
|
||||||
|
|
||||||
- id: pyproject-fmt
|
|
||||||
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
|
|
||||||
additional_dependencies: ["tox>=4.9"]
|
|
||||||
- repo: local
|
|
||||||
hooks:
|
|
||||||
- id: pylint
|
|
||||||
name: pylint
|
|
||||||
entry: pylint
|
|
||||||
language: system
|
|
||||||
types: [python]
|
|
||||||
args: ["-rn", "-sn", "--fail-on=I"]
|
|
||||||
stages: [manual]
|
|
||||||
- id: rst
|
|
||||||
name: rst
|
|
||||||
entry: rst-lint --encoding utf-8
|
|
||||||
files: ^(RELEASING.rst|README.rst|TIDELIFT.rst)$
|
|
||||||
language: python
|
|
||||||
additional_dependencies: [pygments, restructuredtext_lint]
|
|
||||||
- id: changelogs-rst
|
|
||||||
name: changelog filenames
|
|
||||||
language: fail
|
|
||||||
entry: 'changelog files must be named ####.(breaking|bugfix|deprecation|doc|feature|improvement|trivial|vendor).rst'
|
|
||||||
exclude: changelog/(\d+\.(breaking|bugfix|deprecation|doc|feature|improvement|trivial|vendor).rst|README.rst|_template.rst)
|
|
||||||
files: ^changelog/
|
|
||||||
- id: py-deprecated
|
|
||||||
name: py library is deprecated
|
|
||||||
language: pygrep
|
|
||||||
entry: >
|
|
||||||
(?x)\bpy\.(
|
|
||||||
_code\.|
|
|
||||||
builtin\.|
|
|
||||||
code\.|
|
|
||||||
io\.|
|
|
||||||
path\.local\.sysfind|
|
|
||||||
process\.|
|
|
||||||
std\.|
|
|
||||||
error\.|
|
|
||||||
xml\.
|
|
||||||
)
|
|
||||||
types: [python]
|
|
||||||
- id: py-path-deprecated
|
|
||||||
name: py.path usage is deprecated
|
|
||||||
exclude: docs|src/_pytest/deprecated.py|testing/deprecated_test.py|src/_pytest/legacypath.py
|
|
||||||
language: pygrep
|
|
||||||
entry: \bpy\.path\.local
|
|
||||||
types: [python]
|
|
|
@ -1,44 +0,0 @@
|
||||||
==============
|
|
||||||
OpenCollective
|
|
||||||
==============
|
|
||||||
|
|
||||||
pytest has a collective setup at `OpenCollective`_. This document describes how the core team manages
|
|
||||||
OpenCollective-related activities.
|
|
||||||
|
|
||||||
What is it
|
|
||||||
==========
|
|
||||||
|
|
||||||
Open Collective is an online funding platform for open and transparent communities.
|
|
||||||
It provides tools to raise money and share your finances in full transparency.
|
|
||||||
|
|
||||||
It is the platform of choice for individuals and companies that want to make one-time or
|
|
||||||
monthly donations directly to the project.
|
|
||||||
|
|
||||||
Funds
|
|
||||||
=====
|
|
||||||
|
|
||||||
The OpenCollective funds donated to pytest will be used to fund overall maintenance,
|
|
||||||
local sprints, merchandising (stickers to distribute in conferences for example), and future
|
|
||||||
gatherings of pytest developers (sprints).
|
|
||||||
|
|
||||||
`Core contributors`_ which are contributing on a continuous basis are free to submit invoices
|
|
||||||
to bill maintenance hours using the platform. How much each contributor should request is still an
|
|
||||||
open question, but we should use common sense and trust in the contributors, most of which know
|
|
||||||
themselves in-person. A good rule of thumb is to bill the same amount as monthly payments
|
|
||||||
contributors which participate in the `Tidelift`_ subscription. If in doubt, just ask.
|
|
||||||
|
|
||||||
Admins
|
|
||||||
======
|
|
||||||
|
|
||||||
A few people have admin access to the OpenCollective dashboard to make changes. Those people
|
|
||||||
are part of the `@pytest-dev/opencollective-admins`_ team.
|
|
||||||
|
|
||||||
`Core contributors`_ interested in helping out with OpenCollective maintenance are welcome! We don't
|
|
||||||
expect much work here other than the occasional approval of expenses from other core contributors.
|
|
||||||
Just drop a line to one of the `@pytest-dev/opencollective-admins`_ or use the mailing list.
|
|
||||||
|
|
||||||
|
|
||||||
.. _`OpenCollective`: https://opencollective.com/pytest
|
|
||||||
.. _`Tidelift`: https://tidelift.com
|
|
||||||
.. _`core contributors`: https://github.com/orgs/pytest-dev/teams/core/members
|
|
||||||
.. _`@pytest-dev/opencollective-admins`: https://github.com/orgs/pytest-dev/teams/opencollective-admins/members
|
|
Loading…
Reference in New Issue