-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from jorenham/stuff-that-nobody-actually-reads
bureaucracy pro-forma
- Loading branch information
Showing
3 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |