Skip to content

Commit

Permalink
initial commit of generated stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Apr 17, 2024
0 parents commit 32c9980
Show file tree
Hide file tree
Showing 49 changed files with 2,231 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[run]
branch = True
omit =
*/_version.py
15 changes: 15 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

[flake8]
doctests = True
exclude =
**/__init__.py
*build/
docs/sphinxext/
docs/tools/
docs/conf.py
docs/source/conf.py
max-line-length = 88
select = C,E,F,W,B,B950
extend-ignore = E203,E501,E129,W503
per-file-ignores =
__init__.py:F401,F403
Loading

0 comments on commit 32c9980

Please sign in to comment.