Add scripts to generate plugin and check boilerplate (#1579)

This commit is contained in:
Charlie Marsh 2023-01-02 22:10:31 -05:00 committed by GitHub
parent 5dd9e99a4b
commit ca7fe686d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 384 additions and 384 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""Wrapper around Flake8 to enable multiprocessing on all operating systems.
As of Python 3.8, macOS's default "start method" for multiprocessing is `spawn`. Flake8