PyCQA / flake8

flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
https://flake8.pycqa.org
Other
3.43k stars 307 forks source link

Fix a workflow schema violation #1899

Closed kurtmckee closed 10 months ago

kurtmckee commented 10 months ago

The main.yml workflow contains a schema violation; its tags property is null (must an array with at least one item).

This PR introduces the following changes:

asottile commented 10 months ago

whatever schema you're using is incorrect. tags: null is "all tags"

kurtmckee commented 10 months ago

That doesn't appear to be documented.

Would you open to me submitting an alternate PR to use this syntax instead?

tags:
  - "*"
asottile commented 10 months ago

that would be a waste of both of our time