Removed old score files and updated some dev dependencies

This commit is contained in:
Carlos Felix 2024-11-26 13:51:22 -05:00 committed by Carlos Felix
commit dd6af869d7
3 changed files with 211 additions and 237 deletions

View file

@ -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,