mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:53 +00:00
Add scripts to generate plugin and check boilerplate (#1579)
This commit is contained in:
parent
5dd9e99a4b
commit
ca7fe686d5
6 changed files with 384 additions and 384 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue