Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various enhancements and fix for conditional moment #144

Merged
merged 14 commits into from
Apr 13, 2023
4 changes: 2 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[flake8]
ignore = E731,E402,F,W503
ignore = E731,E402,F,W503,C901
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist
max-complexity = 10
max-complexity = 12
2 changes: 1 addition & 1 deletion .github/linters/.flake8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[flake8]
ignore = E731,E402,F,W503
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,bin/tmp/*
max-complexity = 10
max-complexity = 12
Loading