Add require_serial: true (#10)

This commit is contained in:
Charlie Marsh 2022-12-02 12:46:28 -05:00 committed by GitHub
parent f7845095c6
commit bb75b59a85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,6 @@
language: python
types_or: [python, pyi]
args: []
require_serial: false
require_serial: true
additional_dependencies: []
minimum_pre_commit_version: "0"