Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
walkenho
/
meeting-attendance-organizer
like
0
Runtime error
App
Files
Files
Community
main
meeting-attendance-organizer
/
bin
/
run-flake8.sh
Jessica Walkenhorst
Add workaround for false xls files (#13)
613f4ac
unverified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
61 Bytes
#!/bin/sh
poetry run flake8 --ignore=W605,W503 src/* tests/*