Skip to content

Commit

Permalink
disable beartype warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
David Muhr authored and David Muhr committed Jan 23, 2024
1 parent 062a948 commit 2a7fdac
Show file tree
Hide file tree
Showing 6 changed files with 388 additions and 370 deletions.
3 changes: 0 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@ indent_size = 4

[*.md]
trim_trailing_whitespace = false

[*.{diff,patch}]
trim_trailing_whitespace = false
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ for example: ``Annotated[object, IsInstance[str, bytes]]``

#### union array types

Exported union array types from ``safecheck``.

Shaped # Any type at all (e.g. object or string)
Num # Any integer, unsigned integer, floating, or complex
Real # Any integer, unsigned integer or floating
Expand All @@ -99,6 +101,8 @@ for example: ``Annotated[object, IsInstance[str, bytes]]``

#### concrete array types

Exported array types from ``safecheck``.

Int8
Int16
Int32
Expand Down
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: "3"

env:
PROJECT: safecheck
CONDA: micromamba

vars:
CONDA: micromamba
PROJECT: safecheck
TESTS: tests

tasks:
Expand Down
Loading

0 comments on commit 2a7fdac

Please sign in to comment.