-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: port payement entry check number fetch/save to V14 * chore: port ach_post procesing hook and company disc data * chore: port docstatus fix for ach-only crs * chore: port Update effective entry date * chore: port large process check run fixes * chore: debug V14 large process check run fixes * The hook jenv is deprecated New variable is jinja * chore: port ach_post procesing hook and company disc data * fix: fix savepoint wierdness * fix: company discretionary data fix --------- Co-authored-by: Mohammad Ali <[email protected]>
- Loading branch information
1 parent
7946bdf
commit b7adf96
Showing
13 changed files
with
1,141 additions
and
690 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Root editor config file | ||
root = true | ||
|
||
# Common settings | ||
[*] | ||
end_of_line = lf | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
charset = utf-8 | ||
|
||
# python, js indentation settings | ||
[{*.py,*.js,*.vue,*.css,*.scss,*.html}] | ||
indent_style = tab | ||
indent_size = 2 | ||
max_line_length = 99 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
[flake8] | ||
ignore = | ||
B001, | ||
B007, | ||
B009, | ||
B010, | ||
B950, | ||
E101, | ||
E111, | ||
E114, | ||
E116, | ||
E117, | ||
E121, | ||
E122, | ||
E123, | ||
E124, | ||
E125, | ||
E126, | ||
E127, | ||
E128, | ||
E131, | ||
E201, | ||
E202, | ||
E203, | ||
E211, | ||
E221, | ||
E222, | ||
E223, | ||
E224, | ||
E225, | ||
E226, | ||
E228, | ||
E231, | ||
E241, | ||
E242, | ||
E251, | ||
E261, | ||
E262, | ||
E265, | ||
E266, | ||
E271, | ||
E272, | ||
E273, | ||
E274, | ||
E301, | ||
E302, | ||
E303, | ||
E305, | ||
E306, | ||
E402, | ||
E501, | ||
E502, | ||
E701, | ||
E702, | ||
E703, | ||
E741, | ||
W191, | ||
W291, | ||
W292, | ||
W293, | ||
W391, | ||
W503, | ||
W504, | ||
E711, | ||
E129, | ||
F841, | ||
E713, | ||
E712, | ||
|
||
max-line-length = 200 | ||
exclude=,test_*.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.