Files and Caching
Applicable filetypes
lint:
files:
- name: python
extensions:
- py
- py2
- py3
shebangs:
- python
- python3lint:
definitions:
- name: flake8
files: [python]
commands:
...
affects_cache:
- setup.cfg
- tox.ini
# In case the user uses https://pypi.org/project/Flake8-pyproject/
- pyproject.tomlCaching
Enabling caching
Files which affect caching
Idempotency
Last updated

