Skip to content

Commit

Permalink
Ignore noxfile in mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
halbow committed Jun 3, 2024
1 parent 11fd145 commit 6dae8ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# struuuctify

# Installation

`pip install struuuctify`

## Rust like struct for python

Define a new struct:

```python
from struuuctify import struct, impl
from structify import struct, impl


@struct
Expand Down
2 changes: 2 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# type: ignore

import nox


Expand Down
2 changes: 1 addition & 1 deletion src/structify/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.0.3"
version = "0.0.4"

0 comments on commit 6dae8ef

Please sign in to comment.