Skip to content

Commit 2eb78dd

Browse files
authored
Merge pull request #213 from markspec/main
Adds greater shot ingestions flexibility
2 parents c956c75 + e5a76a8 commit 2eb78dd

File tree

14 files changed

+1011
-535
lines changed

14 files changed

+1011
-535
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[flake8]
22
select = B,B9,C,D,DAR,E,F,N,RST,S,W
33
ignore = E203,E501,RST201,RST203,RST301,W503
4-
max-line-length = 80
4+
max-line-length = 88
55
max-complexity = 10
66
docstring-convention = google
77
rst-roles = class,const,func,meth,mod,ref

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ docs/_build/
99
src/*.egg-info/
1010
__pycache__/
1111
.idea/
12+
.venv/

0 commit comments

Comments
 (0)