You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to use this gh action with flake8 plugin 'pyproject-flake8' but it does not seem to work (commented out below). It does not pick up the configuration in pyproject.toml (e.g. max-lines).
It works however with a standard hatch run as exampled below.
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- run: pip install hatch pyproject-flake8
- run: hatch run lint:flake8
# - uses: py-actions/flake8@v2
# with:
# plugins: "pyproject-flake8"
The text was updated successfully, but these errors were encountered:
I've tried to use this gh action with flake8 plugin 'pyproject-flake8' but it does not seem to work (commented out below). It does not pick up the configuration in pyproject.toml (e.g. max-lines).
It works however with a standard hatch run as exampled below.
The text was updated successfully, but these errors were encountered: