mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-10-01 06:53:18 -07:00
Install and run pandas-vet (#1119)
* Install and run pandas-vet This doesn't fix the errors, but it can give us a starting point for the discussion of which of these errors we care about. * Ignore the errors for now * Ignore eeoc.gov in link checker Sometimes it seems down from the perspective of github actions.
This commit is contained in:
parent
73d6aa937d
commit
4cec1bb37e
3 changed files with 27 additions and 3 deletions
|
@ -37,6 +37,7 @@ safety = "^1.10.3"
|
|||
tox = "^3.24.0"
|
||||
pytest-mock = "^3.6.1"
|
||||
tox-poetry = "^0.4.1"
|
||||
pandas-vet = "^0.2.2"
|
||||
|
||||
[build-system]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue