Auto-Enable
Auto Enabling
version: 0.1
tools:
definitions:
- name: flake8
runtime: python
package: flake8
shims: [flake8]
known_good_version: 4.0.1
lint:
definitions:
- name: flake8
files: [python]
tools: [flake8]
direct_configs: [.flake8]
suggest_if: config_present
affects_cache:
- setup.cfg
- tox.ini
# In case the user installs https://pypi.org/project/Flake8-pyproject/
- pyproject.toml
issue_url_format: https://flake8.pycqa.org/en/latest/user/error-codes.html
known_good_version: 4.0.1
version_command:
parse_regex: ${semver}
run: flake8 --version
Manually enabling and disabling
Last updated

