Skip to content

Commit

Permalink
Merge pull request #6 from jorenham/stuff-that-nobody-actually-reads
Browse files Browse the repository at this point in the history
bureaucracy pro-forma
  • Loading branch information
jorenham authored Aug 29, 2024
2 parents 96ea260 + 8efdda4 commit 207321a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/settings.json
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"]
}
8 changes: 8 additions & 0 deletions CODE_OF_CONDUCT.md
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
16 changes: 16 additions & 0 deletions SECURITY.md
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

0 comments on commit 207321a

Please sign in to comment.