Fix syntax error in .pyre_configuration.example (#359)

Missing a comma
This commit is contained in:
Germán Méndez Bravo 2020-08-04 16:42:52 -07:00 committed by GitHub
parent afdf74694b
commit ffc4c93c82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,6 @@
],
"exclude": [
".*/\\.tox/.*"
]
],
"strict": true
}