Skip to content

Commit

Permalink
Add security and funding
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <[email protected]>
  • Loading branch information
gaborbernat committed Sep 8, 2023
1 parent 377e13f commit 4d43259
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tidelift: pypi/devpi-process
13 changes: 13 additions & 0 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Security Policy

## Supported Versions

| Version | Supported |
| ------- | ------------------ |
| 1.0.0 + | :white_check_mark: |
| < 1.0.0 | :x: |

## Reporting a Vulnerability

To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift
will coordinate the fix and disclosure.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
rev: "1.1.0"
hooks:
- id: pyproject-fmt
additional_dependencies: ["tox>=4.8"]
additional_dependencies: ["tox>=4.11.2"]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.3"
hooks:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies = [
optional-dependencies.test = [
"covdefaults>=2.3",
"httpx>=0.24.1",
"pytest>=7.4",
"pytest>=7.4.2",
"pytest-cov>=4.1",
]
urls.Homepage = "https://github.com/tox-dev/devpi-process#readme"
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ commands =
description = run static analysis and style check using flake8
skip_install = true
deps =
pre-commit>=3.3.3
pre-commit>=3.4
pass_env =
HOMEPATH
PROGRAMDATA
Expand All @@ -44,7 +44,7 @@ commands =
[testenv:type]
description = run type check on code base
deps =
mypy==1.5
mypy==1.5.1
set_env =
{tty:MYPY_FORCE_COLOR = 1}
commands =
Expand All @@ -55,7 +55,7 @@ commands =
description = check that the long description is valid
skip_install = true
deps =
build[virtualenv]>=0.10
build[virtualenv]>=1.0.3
twine>=4.0.2
commands =
python -m build --sdist --wheel -o {envtmpdir} .
Expand Down

0 comments on commit 4d43259

Please sign in to comment.