mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-31 05:51:39 -07:00
Removed old score files and updated some dev dependencies
This commit is contained in:
parent
35f1cffbb4
commit
dd6af869d7
3 changed files with 211 additions and 237 deletions
|
@ -1,9 +1,11 @@
|
|||
[flake8]
|
||||
# E266, to many leading '#' for block comment
|
||||
# W503, line break before binary operator
|
||||
# TODO: Uncomment and fix the issues here that we care about, see
|
||||
# https://github.com/usds/justice40-tool/issues/1123
|
||||
ignore =
|
||||
E266, # to many leading '#' for block comment
|
||||
W503, # line break before binary operator
|
||||
# TODO: Uncomment and fix the issues here that we care about, see
|
||||
# https://github.com/usds/justice40-tool/issues/1123
|
||||
E266,
|
||||
W503,
|
||||
PD002,
|
||||
PD003,
|
||||
PD004,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue