Skip to content

Commit a6edbcc

Browse files
authored
Merge pull request #144 from NREL/end_t_pad
Various enhancements and fix for conditional moment
2 parents 7236cef + 42f46be commit a6edbcc

File tree

6 files changed

+295
-99
lines changed

6 files changed

+295
-99
lines changed

.flake8

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[flake8]
2-
ignore = E731,E402,F,W503
2+
ignore = E731,E402,F,W503,C901
33
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist
4-
max-complexity = 10
4+
max-complexity = 12

.github/linters/.flake8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[flake8]
22
ignore = E731,E402,F,W503
33
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,bin/tmp/*
4-
max-complexity = 10
4+
max-complexity = 12

0 commit comments

Comments
 (0)