From 2c9d5b94e600fd8e4522e6a4413700dd1d9a32ce Mon Sep 17 00:00:00 2001 From: jorenham Date: Thu, 29 Aug 2024 15:52:12 +0200 Subject: [PATCH 1/3] vscode ruler settings for markdown --- .vscode/settings.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3b8755a3..dd6fef46 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,10 @@ { - "editor.rulers": [130], + "[python]": { + "editor.rulers": [130] + }, + "[markdown]": { + "editor.rulers": [88] + }, "git.branchProtection": ["master"], "mypy-type-checker.args": ["--config-file=pyproject.toml"] } From 95daf2424527f6fb68cd1313bc2840f69a7887d6 Mon Sep 17 00:00:00 2001 From: jorenham Date: Thu, 29 Aug 2024 15:52:21 +0200 Subject: [PATCH 2/3] add a code of conduct --- CODE_OF_CONDUCT.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..c4219204 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,8 @@ +# Code of Conduct - `scipy-stubs` + +- Critize ideas, not people +- Embrace axioms, abolish dogma +- Don't be a c*nt +- Practicality beats purity +- Consistency beats practicality +- Validity beats consistency From 8efdda4935232294c24a4c573bd9e461a6f3b001 Mon Sep 17 00:00:00 2001 From: jorenham Date: Thu, 29 Aug 2024 15:59:02 +0200 Subject: [PATCH 3/3] add a security policy --- SECURITY.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..6c16e89b --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,16 @@ +# Security Policy - `scipy.stubs` + +> [!NOTE] +> This is a stubs-only package: +> If you encounter a security issue, then it probably isn't. + +## Supported Versions + +Only the latest release is supported. + +## Reporting a Vulnerability + +To report an issue, go to [github.com/jorenham/scipy-stubs/security][SECURITY]. +We commit to respond to any issue within 42 days and promptly release any fixes. + +[SECURITY]: https://github.com/jorenham/scipy-stubs/security