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:
Shaun Verch 2022-01-13 13:17:30 -05:00 committed by GitHub
commit 4cec1bb37e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 3 deletions

View file

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